Skip to content

Commit

Permalink
CI: use xcpretty so xcode does not spam the log
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Dec 8, 2015
1 parent 11e0059 commit 3bf7180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons:
before_script:
# we start compilation afterwards anyway, so no need to sleep
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install freetype libzzip sdl2 cppunit cmake ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install freetype libzzip sdl2 cppunit cmake && gem install xcpretty ; fi
osx_image: xcode7.1
env:
- TEST=TRUE
Expand All @@ -36,7 +36,7 @@ matrix:
env: ANDROID=TRUE
script:
- cmake -P ci-build.cmake
- cmake --build .
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then cmake --build . ; else set -o pipefail && cmake --build . | xcpretty ; fi
- if [ $TEST ]; then bin/Test_Ogre ; fi
os:
- linux
Expand Down

0 comments on commit 3bf7180

Please sign in to comment.