Travis: Fix execution of units tests
This commit is contained in:
parent
54015a9f44
commit
89cb5ad537
|
|
@ -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
|
||||
"
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue