Skip to content

Instantly share code, notes, and snippets.

@zakabluk
Created March 19, 2019 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zakabluk/c431a917a42847d8924b1e21083cdd99 to your computer and use it in GitHub Desktop.
Save zakabluk/c431a917a42847d8924b1e21083cdd99 to your computer and use it in GitHub Desktop.
circleci zak
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