summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 17:32:15 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 17:32:15 +0200
commitc89a9b2fba95296b16b809ac8f99880173852ae3 (patch)
treec2248b9503fab60bec37db214d5b1e103ed8fb18
parent02bac3382cdd9cbeb1cff5d8d13cbc010548dfb0 (diff)
Add some debug traces to fix windows fail
-rw-r--r--.appveyor.yml5
1 files changed, 4 insertions, 1 deletions
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 (