summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 21:21:39 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-09 21:21:39 +0200
commit9ff122b98c3d59654ca6c75f50acd79fef9cd982 (patch)
treed6e893623f5c621a2bd356bc053d7c0d71aa9234
parentc89a9b2fba95296b16b809ac8f99880173852ae3 (diff)
Target is Cython on Windows, but was renamed python.
-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 &