Created
January 17, 2016 13:58
-
-
Save garriguv/a4b1028611caded204fc to your computer and use it in GitHub Desktop.
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
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