From ca5c9faf8344b34a19c401411ee6b112236a313c Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 23 Mar 2022 15:46:33 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 08b81b2..2a6885b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,7 @@ build_script: - mkdir build && cd build # - cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G "Visual Studio 16 2019" -A%PLATFORM% -DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)") ../ - cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G "Visual Studio 16 2019" -A%PLATFORM% ../ - - cmake --build ./ --config "%CONFIG%" . + - cmake --build ./ --config "%CONFIG%" - python ../pymodule/setup.py bdist_wheel artifacts: