Skip to content

Commit

Permalink
Merge pull request #177 from antitypical/xcodebuild-build-for-testing
Browse files Browse the repository at this point in the history
[Travis] Use `build-for-testing` and `test-without-building` build actions
  • Loading branch information
mdiep authored Jul 27, 2016
2 parents 8f1affd + 2c7897e commit 08d1f80
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
matrix:
include:
- script:
- xcodebuild test -scheme Result-Mac
- xcodebuild test -scheme Result-iOS -sdk iphonesimulator -destination "name=iPhone SE"
- xcodebuild test -scheme Result-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p"
- xcodebuild build -scheme Result-watchOS -sdk watchsimulator
- set -o pipefail
- xcodebuild $XCODE_ACTION -scheme Result-Mac | xcpretty
- xcodebuild $XCODE_ACTION -scheme Result-iOS -sdk iphonesimulator -destination "name=iPhone SE" | xcpretty
- xcodebuild $XCODE_ACTION -scheme Result-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty
- xcodebuild build -scheme Result-watchOS -sdk watchsimulator | xcpretty
# - pod lib lint
env: JOB=Xcode
env:
- JOB=Xcode
- XCODE_ACTION="build-for-testing test-without-building"
os: osx
osx_image: xcode8
language: objective-c
Expand Down

0 comments on commit 08d1f80

Please sign in to comment.