Skip to content

Commit

Permalink
Create minimal, probably broken, Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Sep 21, 2018
1 parent 9c6cdda commit 681732b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: objective-c
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE="Table Tool.xcodeproj/project.xcworkspace"
- SCHEME="XXX"
- DESTINATION="OS=10.3,name=iPhone 7 Plus"
script:
- xcodebuild -version
- xcodebuild -showsdks
# - xcodebuild -list
# - xcodebuild -workspace "$WORKSPACE" -list

- xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty
- xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty

0 comments on commit 681732b

Please sign in to comment.