parent
8697cf33e6
commit
69f7b97b31
|
|
@ -25,7 +25,7 @@ addons:
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
|
|
||||||
sudo:
|
sudo:
|
||||||
required
|
false
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
@ -46,7 +46,7 @@ script:
|
||||||
- cd build &&
|
- cd build &&
|
||||||
./premake5-linux64 --cc=clang gmake
|
./premake5-linux64 --cc=clang gmake
|
||||||
- cd gmake &&
|
- cd gmake &&
|
||||||
make -j4 -f NazaraEngine.make config=${CONFIG}dynamic_x64
|
make -j4 config=${CONFIG}dynamic_x64
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
|
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue