Skip to content

Instantly share code, notes, and snippets.

@alfredcc
Last active November 4, 2015 02:28
Show Gist options
  • Save alfredcc/b490c364e15e957d425c to your computer and use it in GitHub Desktop.
Save alfredcc/b490c364e15e957d425c to your computer and use it in GitHub Desktop.
another yml temple
branches:
only:
- develop
language: objective-c
os: osx
osx_image: xcode7
cache:
- cocoapods
before_install:
pod install
script:
- xctool -workspace GJHP2P.xcworkspace -scheme GJHP2P -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment