Last active
February 24, 2019 21:12
-
-
Save jeantimex/bea81d71c475276ec25d28481ae20073 to your computer and use it in GitHub Desktop.
SwiftyLib .travis.yml file
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: xcode10.1 | |
env: | |
matrix: | |
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone XR' | |
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone 7' | |
script: | |
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -project SwiftyLib.xcodeproj -scheme SwiftyLib -sdk $TEST_SDK -destination "platform=iOS Simulator,OS=$OS,name=$NAME" ONLY_ACTIVE_ARCH=YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment