Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
ios: wordpress-mobile/ios@0.0.32
ios: wordpress-mobile/ios@0.0.35

workflows:
test_and_validate:
Expand Down Expand Up @@ -30,3 +30,26 @@ workflows:
podspec-path: WordPress-Editor-iOS.podspec
# Updating specs is needed since WordPress-Editor-iOS depends on WordPress-Aztec-iOS
update-specs-repo: true

- ios/publish-podspec:
name: Publish WordPress-Aztec-iOS to Trunk
xcode-version: "11.0"
podspec-path: WordPress-Aztec-iOS.podspec
post-to-slack: true
filters:
tags:
only: /.*/
branches:
ignore: /.*/

- ios/publish-podspec:
name: Publish WordPress-Editor-iOS to Trunk
requires: [ "Publish WordPress-Aztec-iOS to Trunk" ]
xcode-version: "11.0"
podspec-path: WordPress-Editor-iOS.podspec
post-to-slack: true
filters:
tags:
only: /.*/
branches:
ignore: /.*/