summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-10 08:21:00 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-10 08:21:00 +0200
commit2475e9ec590ae36d8b5f76216f6575c371b76165 (patch)
tree834e58f6444435b13735ce9263cd69eae7a3b2d2
parentd8121fe25816a25f4aacbd3d6a048c7d1e38e28c (diff)
Is it still ok ?
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index bba94712..2d1058fe 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -40,6 +40,8 @@ jobs:
python -m pip install --user -r .github/build-requirements.txt
python -m pip install --user twine
python -m pip list
+ - name: Build wheels
+ run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DGMP_INCLUDE_DIR="c:/vcpkg/installed/x64-windows/include" -DGMP_LIBRARIES="c:/vcpkg/installed/x64-windows/lib/mpir.lib" -DGMP_LIBRARIES_DIR="c:/vcpkg/installed/x64-windows/lib" -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DPython_ADDITIONAL_VERSIONS=3 ..