Travis: Fix execution of units tests

This commit is contained in:
Lynix 2018-01-13 12:58:46 +01:00
parent 54015a9f44
commit 89cb5ad537
1 changed files with 2 additions and 7 deletions

View File

@ -19,13 +19,8 @@ script:
cd build &&
./premake5-linux64 --cc=clang gmake &&
cd gmake &&
make -j4
"
after_script:
- docker exec Nazara
sh -c "
make -j4 &&
cd ../../tests &&
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
./NazaraUnitTestsServer
"
"