Update windows support on GitLab

This commit is contained in:
William Barnhart
2022-10-07 00:46:01 -04:00
parent ee6b4fdf2d
commit dd4314f570
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -17,3 +17,18 @@ linux:
artifacts:
paths:
- wheelhouse/
windows:
before_script:
- choco install python -y --version 3.8.6
- choco install git.install -y
- py -m pip install cibuildwheel==2.10.2
script:
- git submodule update --init
- py -m cibuildwheel --output-dir wheelhouse --platform windows
artifacts:
paths:
- wheelhouse/
image: mcr.microsoft.com/windows/servercore:1809
tags:
- windows