From 85cc055a67785f3fc2c7c0cb9532909ebf146d0c Mon Sep 17 00:00:00 2001 From: hrocho Date: Fri, 22 Apr 2022 16:00:05 +0200 Subject: [PATCH] wheel build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3368b57..12c36a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,9 +33,9 @@ build_script: # - git submodule add -b stable ../../pybind/pybind11 extern/pybind11 # - 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 -DPYTHON_WHEEL=ON "Visual Studio 16 2019" -A%PLATFORM% ../ + - cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G -DPYTHON_WHEEL=OFF "Visual Studio 16 2019" -A%PLATFORM% ../ - cmake --build ./ --config "%CONFIG%" + - cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G -DPYTHON_WHEEL=ON "Visual Studio 16 2019" -A%PLATFORM% ../ # - python ../pymodule/setup.py bdist_wheel artifacts: