Travis: So two belgian enter a bar...

Former-commit-id: 751575ad87c0f3c918291911c53801e8ca169417 [formerly af2091bf40fa7002a7edef539ff74e77909397bd] [formerly 1f204640e175f24574877d8263b0708d251a68e5 [formerly 7efe090c9be1f2317825130eda9023709f06c2be]]
Former-commit-id: 9c5def2dc2a6a8bab009db11a032a0e0a863d884 [formerly 4cfbbfec2beee8407ad360eab4eb07380c815592]
Former-commit-id: 2adc7edc95186fb61e0f8d4a00ff3bd1e7fa094b
This commit is contained in:
Lynix 2016-10-04 16:40:01 +02:00
parent c8db75d7d0
commit 029f830f7f
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,6 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- clang-3.8
- libassimp-dev
- libfreetype6-dev
- libgl1-mesa-dev
@ -29,6 +28,9 @@ sudo:
notifications:
email: true
compiler:
- clang
env:
- CONFIG=debug
- CONFIG=release
@ -37,8 +39,6 @@ script:
- cd build &&
./premake5-linux64 --cc=clang gmake
- cd gmake &&
export CC=clang-3.8 &&
export CXX=clang++-3.8 &&
make -j4 -f NazaraEngine.make config=${CONFIG}dynamic_x64
after_script: