From c89a9b2fba95296b16b809ac8f99880173852ae3 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 9 Sep 2019 17:32:15 +0200 Subject: Add some debug traces to fix windows fail --- .appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4b432277..cf68d0ce 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,7 +54,10 @@ build_script: - cd build - cmake -G "Visual Studio 15 2017 Win64" %CMAKE_FLAGS% -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake .. - if [%target%]==[Python] ( - cd src/python & + cd src & + dir & + cd python & + dir & MSBuild Python.sln /m /p:Configuration=Release /p:Platform=x64 & ctest -j 1 -C Release ) else ( -- cgit v1.2.3