Skip to content

Commit

Permalink
TEST osx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Mar 12, 2018
1 parent c86c4bc commit 88081fe
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .travis.yml
Expand Up @@ -6,19 +6,18 @@ matrix:
include:
- os: linux
services: docker
before_install:
before_install:
- docker pull glportal/whale-gcc:coverall
script:
- docker run -it --rm -w /data -v $(pwd):/data glportal/whale-gcc:coverall bash -c "cmake -DCOVERAGE:BOOL=ON ./&& make tests&& ctest&& coveralls --dryrun -i include -i source -e tests --gcov-options \'-lp\' && cmake -DCOVERAGE:BOOL=ON ./&& make tests&& ctest&& coveralls -i include -i source -e tests --gcov-options \'-lp\' > /dev/null;"
- os: osx
osx_image: xcode8.3
compiler: gcc
git:
submodules: false
before_install:
- brew update
install:
- brew install gcc5
- brew link --overwrite gcc5
- brew install assimp
- brew install libepoxy
- brew install sdl2
Expand All @@ -33,30 +32,6 @@ matrix:
script:
- cmake -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=$PWD/install ..
- make -j4
- os: osx
osx_image: xcode8.3
compiler: clang
git:
submodules: false
before_install:
- brew update
install:
- brew install assimp
- brew install libepoxy
- brew install sdl2
- brew install sdl2_mixer
- brew install bullet
- brew install tinyxml2
- brew install unittest-cpp
- brew install freeimage
before_script:
- git submodule update --init --recursive
- mkdir build && cd build
script:
- set -e
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/install ..
- make -j4

notifications:
irc: "chat.freenode.net#glportal"
slack: glportal:6owD9V6VXhGmM7yyEd2hIZue
Expand Down

0 comments on commit 88081fe

Please sign in to comment.