-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1322 from wordpress-mobile/release/1.19.4
Release 1.19.4
- Loading branch information
Showing
23 changed files
with
589 additions
and
610 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 |
---|---|---|
|
@@ -3,37 +3,42 @@ version: 2.1 | |
orbs: | ||
# Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs | ||
ios: wordpress-mobile/[email protected] | ||
git: wordpress-mobile/[email protected] | ||
|
||
xcode_version: &xcode_version | ||
xcode-version: "12.1.0" | ||
|
||
iphone_test_device: &iphone_test_device | ||
device: iPhone 11 | ||
ios-version: "14.1" | ||
|
||
workflows: | ||
test_and_validate: | ||
jobs: | ||
- ios/test: | ||
name: Test | ||
xcode-version: "11.0" | ||
carthage-update: true | ||
carthage-working-directory: Example | ||
<<: *xcode_version | ||
bundle-install: false | ||
pod-install: false | ||
workspace: Aztec.xcworkspace | ||
scheme: AztecExample | ||
device: iPhone 11 | ||
ios-version: "13.0" | ||
<<: *iphone_test_device | ||
|
||
- ios/validate-podspec: | ||
name: Validate WordPress-Aztec-iOS.podspec | ||
xcode-version: "11.0" | ||
<<: *xcode_version | ||
podspec-path: WordPress-Aztec-iOS.podspec | ||
|
||
- ios/validate-podspec: | ||
name: Validate WordPress-Editor-iOS.podspec | ||
xcode-version: "11.0" | ||
<<: *xcode_version | ||
podspec-path: WordPress-Editor-iOS.podspec | ||
# Reference WordPress-Aztec-iOS.podspec locally so we don't have to get it from the specs repo | ||
additional-parameters: --include-podspecs=WordPress-Aztec-iOS.podspec | ||
|
||
- ios/publish-podspec: | ||
name: Publish WordPress-Aztec-iOS to Trunk | ||
xcode-version: "11.0" | ||
<<: *xcode_version | ||
podspec-path: WordPress-Aztec-iOS.podspec | ||
post-to-slack: true | ||
filters: | ||
|
@@ -45,7 +50,7 @@ workflows: | |
- ios/publish-podspec: | ||
name: Publish WordPress-Editor-iOS to Trunk | ||
requires: [ "Publish WordPress-Aztec-iOS to Trunk" ] | ||
xcode-version: "11.0" | ||
<<: *xcode_version | ||
podspec-path: WordPress-Editor-iOS.podspec | ||
post-to-slack: true | ||
filters: | ||
|
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
Oops, something went wrong.