Travis: Black magic
Former-commit-id: 1dd7829ae1182d53f27600eb9cc39ac5e31be0b6 [formerly 293806b5cf98dac38a6fbe4ba8e6810e817bea8f] [formerly de75eabf9c19571d794246ac7739a1d26f1115ac [formerly 1aa12f00d439b070be7e5a425c9ac014863dd329]] Former-commit-id: a4f8e0d8fd75cd25da68fcd9377aae9abcf9b903 [formerly 6b89b266ab8f09e8a8166709b8883a38c1f9f8f2] Former-commit-id: a02d37aa4bc157bf55b3b0830f17ffad60c098eb
This commit is contained in:
parent
a1f2662866
commit
cfd0d25526
|
|
@ -30,13 +30,15 @@ notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CXX=clang++-3.8 CONFIG=debug
|
- CONFIG=debug
|
||||||
- CXX=clang++-3.8 CONFIG=release
|
- CONFIG=release
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd build &&
|
- cd build &&
|
||||||
./premake5-linux64 --with-examples 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