Created
March 19, 2019 08:13
-
-
Save zakabluk/c431a917a42847d8924b1e21083cdd99 to your computer and use it in GitHub Desktop.
circleci zak
This file contains hidden or 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
version: 2 | |
jobs: | |
test: | |
macos: | |
xcode: 9.3.0 | |
steps: | |
- checkout | |
- run: fastlane scan | |
workflows: | |
version: 2 | |
test_release: | |
jobs: | |
- test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment