Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
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
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
ios: wordpress-mobile/ios@0.0.36
# 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/ios@1.0

workflows:
test_and_validate:
Expand All @@ -14,14 +14,18 @@ workflows:
scheme: WordPressAuthenticator
device: iPhone 11
ios-version: "13.0"
bundle-install: true
pod-install: true
- ios/validate-podspec:
name: Validate Podspec
xcode-version: "11.0"
podspec-path: WordPressAuthenticator.podspec
bundle-install: true
- ios/publish-podspec:
name: Publish to Trunk
xcode-version: "11.0"
podspec-path: WordPressAuthenticator.podspec
bundle-install: true
post-to-slack: true
filters:
tags:
Expand Down