From 7529855fc0f8b6a24befd168515863d26c3f984c Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 27 Sep 2016 13:30:49 +0200 Subject: [PATCH] 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 --- .travis.yml | 14 +++++++------- appveyor.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14970886f..dc4f5e225 100644 --- a/.travis.yml +++ b/.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 +# " diff --git a/appveyor.yml b/appveyor.yml index 3bc1d73c8..7688cff07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,5 +19,5 @@ configuration: build: project: build/$(TOOLSET)/NazaraEngine.sln -after_build: - - cd tests && "./NazaraUnitTests" \ No newline at end of file +#after_build: +# - cd tests && "./NazaraUnitTests" \ No newline at end of file