Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Apr 8, 2019
1 parent 1e21136 commit 03f2e3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ version: 2.1

orbs:
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
ios: wordpress-mobile/[email protected].13
ios: wordpress-mobile/[email protected].24

workflows:
test_and_validate:
jobs:
- ios/test:
name: Test
xcode-version: "10.1.0"
workspace: WordPressShared.xcworkspace
scheme: WordPressShared
destination: "platform=iOS Simulator,name=iPhone XS,OS=latest"
device: iPhone XS
ios-version: "12.1"
- ios/validate-podspec:
name: Validate Podspec
xcode-version: "10.1.0"
podspec-path: WordPressShared.podspec

0 comments on commit 03f2e3e

Please sign in to comment.