-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade Xcode and iOS versions - Add fix image script to CI - Update ruby version and lockfile - Update lockfile for KanvasCameraExample - Remove iOS version from CI config - Pin iOS simulator version
- Loading branch information
1 parent
7d70dae
commit 0a7109d
Showing
5 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,34 @@ version: 2.1 | |
orbs: | ||
ios: wordpress-mobile/[email protected] | ||
git: wordpress-mobile/[email protected] | ||
commands: | ||
fix-image: | ||
steps: | ||
- run: | ||
name: Fix CI Image | ||
command: | | ||
# Add `/usr/local/bin` to the Xcode 11.2 image's $PATH in order to be able to use dependencies | ||
if [ $(echo $PATH | ruby -e "puts Kernel.gets.include?('/usr/local/bin')") != "true" ]; then | ||
echo 'export PATH=/usr/local/bin:$PATH' >> $BASH_ENV | ||
echo "Manually added `/usr/local/bin` to the $PATH:" | ||
echo $PATH | ||
fi | ||
chruby ruby-2.6.6 | ||
gem install bundler | ||
jobs: | ||
build: | ||
executor: | ||
name: ios/default | ||
xcode-version: "11.2.1" | ||
xcode-version: "12.0.0" | ||
steps: | ||
- fix-image | ||
- git/shallow-checkout | ||
- ios/test: | ||
xcode-version: 11.2.1 | ||
workspace: KanvasCameraExample/KanvasCameraExample.xcworkspace | ||
scheme: KanvasCameraExample | ||
device: iPhone 8 | ||
ios-version: 13.2.2 | ||
ios-version: "14.0" | ||
bundle-install: true | ||
bundler-working-directory: KanvasCameraExample | ||
pod-install: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.6.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters