ContinuousIntegration: Disable UnitTests (servers are not able to execute client unit tests)
Former-commit-id: aff932695bc4012b0f22aafb608a3575570cdb3c [formerly d4e4272279e8e089ccccbc2fac245c3a55410519] [formerly 939b2861786fee66b182a3984834ff179e9145db [formerly 607e829a7585d517bc731ef1904b9ad2a2cf0bfd]] Former-commit-id: 3134bf78ce1c77dbf127be6bcf642d5184916f32 [formerly 40a3715aa54ede03bfe3ba5bcb1797cd75dfeb7f] Former-commit-id: 4033b6bf2bca62bd8c955e13439822986809b44f
This commit is contained in:
parent
73af9f801b
commit
7529855fc0
14
.travis.yml
14
.travis.yml
|
|
@ -22,10 +22,10 @@ script:
|
|||
make -j4 -f NazaraEngine.make
|
||||
"
|
||||
|
||||
after_script:
|
||||
- docker exec Nazara
|
||||
sh -c "
|
||||
cd ../../tests &&
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
|
||||
./NazaraUnitTests
|
||||
"
|
||||
#after_script:
|
||||
# - docker exec Nazara
|
||||
# sh -c "
|
||||
# cd ../../tests &&
|
||||
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
|
||||
# ./NazaraUnitTests
|
||||
# "
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ configuration:
|
|||
build:
|
||||
project: build/$(TOOLSET)/NazaraEngine.sln
|
||||
|
||||
after_build:
|
||||
- cd tests && "./NazaraUnitTests"
|
||||
#after_build:
|
||||
# - cd tests && "./NazaraUnitTests"
|
||||
Loading…
Reference in New Issue