summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cf68d0ce..5f9c4ef9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -54,11 +54,8 @@ 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 &
- dir &
- cd python &
- dir &
- MSBuild Python.sln /m /p:Configuration=Release /p:Platform=x64 &
+ cd src/python &
+ MSBuild Cython.sln /m /p:Configuration=Release /p:Platform=x64 &
ctest -j 1 -C Release
) else (
MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 &