From 211573fe5c483a0036cc7c3230de87ddf49b0544 Mon Sep 17 00:00:00 2001 From: hrocho Date: Thu, 31 Mar 2022 13:24:17 +0200 Subject: [PATCH] appveyor update --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2a6885b..3368b57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,9 +34,9 @@ build_script: # - git submodule update --init - 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 -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G -DPYTHON_WHEEL=ON "Visual Studio 16 2019" -A%PLATFORM% ../ - cmake --build ./ --config "%CONFIG%" - - python ../pymodule/setup.py bdist_wheel +# - python ../pymodule/setup.py bdist_wheel artifacts: - path: build\dist\*