Created
April 8, 2016 10:22
-
-
Save jpmartha/6e2d2cbec4010aa3d9387b7dfd044fc4 to your computer and use it in GitHub Desktop.
Try Running The Swift Package Manager on Travis CI
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 | |
osx_image: xcode7.3 | |
env: | |
- TOOLCHAINS=swift | |
script: | |
- swift build --fetch | |
before_install: | |
- TOOLCHAIN_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a | |
- curl -O https://swift.org/builds/development/xcode/${TOOLCHAIN_VERSION}/${TOOLCHAIN_VERSION}-osx.pkg | |
- sudo installer -pkg ${TOOLCHAIN_VERSION}-osx.pkg -target / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment