Skip to content

Commit

Permalink
Merge pull request #92 from Automattic/circleci
Browse files Browse the repository at this point in the history
Add CircleCI config
  • Loading branch information
jtreanor authored Feb 6, 2019
2 parents 2e421c1 + a16e6ab commit 2c044f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

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

workflows:
test_and_validate:
jobs:
- ios/test:
name: Test
workspace: Automattic-Tracks-iOS.xcworkspace
scheme: Automattic-Tracks-iOS
device: iPhone XS
ios-version: "12.1"
- ios/validate-podspec:
name: Validate Podspec
podspec-path: Automattic-Tracks-iOS.podspec

0 comments on commit 2c044f2

Please sign in to comment.