From 9ff122b98c3d59654ca6c75f50acd79fef9cd982 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 9 Sep 2019 21:21:39 +0200 Subject: Target is Cython on Windows, but was renamed python. --- .appveyor.yml | 7 ++----- 1 file 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 & -- cgit v1.2.3