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:
parent
c8db75d7d0
commit
029f830f7f
|
|
@ -9,7 +9,6 @@ addons:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- clang-3.8
|
|
||||||
- libassimp-dev
|
- libassimp-dev
|
||||||
- libfreetype6-dev
|
- libfreetype6-dev
|
||||||
- libgl1-mesa-dev
|
- libgl1-mesa-dev
|
||||||
|
|
@ -29,6 +28,9 @@ sudo:
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=debug
|
- CONFIG=debug
|
||||||
- CONFIG=release
|
- CONFIG=release
|
||||||
|
|
@ -37,8 +39,6 @@ script:
|
||||||
- cd build &&
|
- cd build &&
|
||||||
./premake5-linux64 --cc=clang gmake
|
./premake5-linux64 --cc=clang gmake
|
||||||
- cd gmake &&
|
- cd gmake &&
|
||||||
export CC=clang-3.8 &&
|
|
||||||
export CXX=clang++-3.8 &&
|
|
||||||
make -j4 -f NazaraEngine.make config=${CONFIG}dynamic_x64
|
make -j4 -f NazaraEngine.make config=${CONFIG}dynamic_x64
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue