From 433a12c0fd70af56b1464eb79aaad748080c579a Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 24 May 2019 16:49:07 +0200 Subject: Exclude diff_files test as it makes them fail with git/diff.exe --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index d3d3e25e..95dc7a3e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,4 +41,4 @@ build_script: - cd build - cmake -G "Visual Studio 15 2017 Win64" %CMAKE_FLAGS% -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake .. - MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 - - ctest -j 1 -C Release + - ctest -j 1 -C Release -E diff_files -- cgit v1.2.3