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:
Lynix 2016-09-27 13:30:49 +02:00
parent 73af9f801b
commit 7529855fc0
2 changed files with 9 additions and 9 deletions

View File

@ -22,10 +22,10 @@ script:
make -j4 -f NazaraEngine.make make -j4 -f NazaraEngine.make
" "
after_script: #after_script:
- docker exec Nazara # - docker exec Nazara
sh -c " # sh -c "
cd ../../tests && # cd ../../tests &&
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/ &&
./NazaraUnitTests # ./NazaraUnitTests
" # "

View File

@ -19,5 +19,5 @@ configuration:
build: build:
project: build/$(TOOLSET)/NazaraEngine.sln project: build/$(TOOLSET)/NazaraEngine.sln
after_build: #after_build:
- cd tests && "./NazaraUnitTests" # - cd tests && "./NazaraUnitTests"