Skip to content

Instantly share code, notes, and snippets.

@garriguv
Created January 17, 2016 13:58
Show Gist options
  • Save garriguv/a4b1028611caded204fc to your computer and use it in GitHub Desktop.
Save garriguv/a4b1028611caded204fc to your computer and use it in GitHub Desktop.
language: objective-c
before_install:
- brew update
- brew install carthage
xcode_workspace: LIBRARY_NAME.xcworkspace
xcode_scheme: SPECS_SCHEME
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
env:
global:
- LIBRARY_NAME=LIBRARY_NAME
before_script:
- bin/setup
before_deploy:
- carthage build --no-skip-current
- carthage archive $LIBRARY_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment