Update windows support on GitLab
This commit is contained in:
@@ -58,7 +58,7 @@ Usage
|
|||||||
| Travis CI | ✅ | | ✅ | ✅ | |
|
| Travis CI | ✅ | | ✅ | ✅ | |
|
||||||
| AppVeyor | ✅ | ✅ | ✅ | | ✅² |
|
| AppVeyor | ✅ | ✅ | ✅ | | ✅² |
|
||||||
| CircleCI | ✅ | ✅ | | | ✅² |
|
| CircleCI | ✅ | ✅ | | | ✅² |
|
||||||
| Gitlab CI | ✅ | | | ✅¹ | |
|
| Gitlab CI | ✅ | | ✅ | ✅¹ | |
|
||||||
| Cirrus CI | ✅ | ✅³ | ✅ | ✅ | ✅ |
|
| Cirrus CI | ✅ | ✅³ | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
<sup>¹ [Requires emulation](https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation), distributed separately. Other services may also support Linux ARM through emulation or third-party build hosts, but these are not tested in our CI.</sup><br>
|
<sup>¹ [Requires emulation](https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation), distributed separately. Other services may also support Linux ARM through emulation or third-party build hosts, but these are not tested in our CI.</sup><br>
|
||||||
|
|||||||
@@ -17,3 +17,18 @@ linux:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- wheelhouse/
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user