1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

Re-enable travis builds for macOS.

Since 13f8d4530d all macOS-related build
failures have been cleared, so travis can build again.
This commit is contained in:
Christoph Heiss 2018-02-09 13:42:19 +01:00 committed by Daniel Evans
parent 5bfe0c5e00
commit fd2637f5be

View File

@ -20,18 +20,17 @@ matrix:
services: docker
script:
- scripts/docker/docker_travis.sh "arch_latest.docker"
# - os: osx
# env: NAME="Apple MacOS"
# osx_image: xcode9.2
# install:
# - brew update
# - brew upgrade
# - brew install boost cmake bullet ffmpeg glm openal-soft qt5 sdl2
# - export PATH="/usr/local/opt/openal-soft/bin:/usr/local/opt/qt/bin:$PATH"
# - export PKG_CONFIG_PATH=/usr/local/opt/openal-soft/lib/pkgconfig
# script:
# - mkdir -p "$TRAVIS_BUILD_DIR/build"
# - ctest -S "$TRAVIS_BUILD_DIR/cmake/ctest/travis_script.ctest" -VV -DSRC_DIR="$TRAVIS_BUILD_DIR" -DBIN_DIR="$TRAVIS_BUILD_DIR/build"
- os: osx
env: NAME="Apple macOS"
osx_image: xcode9.2
install:
- brew update
- brew upgrade
- brew install boost cmake bullet ffmpeg glm openal-soft qt5 sdl2
- export PATH="/usr/local/opt/qt/bin:$PATH"
script:
- mkdir -p "$TRAVIS_BUILD_DIR/build"
- ctest -S "$TRAVIS_BUILD_DIR/cmake/ctest/travis_script.ctest" -VV -DSRC_DIR="$TRAVIS_BUILD_DIR" -DBIN_DIR="$TRAVIS_BUILD_DIR/build"
notifications:
email: false