summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 (