Skip to content

Commit

Permalink
* prepare travis for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Sep 27, 2015
1 parent b6b2f3d commit 952b9e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
os:
- linux
# - osx

language:
- cpp
Expand Down Expand Up @@ -85,6 +86,7 @@ before_install:
script:
# On Linux, we turn on all the projects
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then cmake -DUFOAI_BUILD_GAME=ON -DUFOAI_BUILD_UFO2MAP=ON -DUFOAI_BUILD_UFODED=ON -DUFOAI_BUILD_UFO=ON -DUFOAI_BUILD_UFOMODEL=ON -DUFOAI_BUILD_UFOSLICER=ON -DUFOAI_BUILD_UFORADIANT=ON -DUFOAI_BUILD_UFOTESTALL=ON && make; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then cmake -G Xcode && xcodebuild -list -project ufoai.xcodeproj && xcodebuild -project ufoai.xcodeproj -target ALL_BUILD | xcpretty -f `xcpretty-travis-formatter`; fi

#notifications:
# email:
Expand Down

0 comments on commit 952b9e1

Please sign in to comment.