Remove Windows Gitlab support

This commit is contained in:
Joe Rickerby
2020-09-02 19:43:12 +01:00
parent 9a444b1ab8
commit c67da48510
2 changed files with 0 additions and 29 deletions
-16
View File
@@ -17,19 +17,3 @@ linux:
artifacts:
paths:
- wheelhouse/
windows:
tags:
- shared-windows
- windows
- windows-1809
script:
- choco install python2 vcredist2008 -f -y
- choco install --ignore-dependencies vcpython27 -f -y
- choco install python --version 3.8.5 -f -y
- $env:PATH="C:\Python38;C:\Python38\Scripts;$env:PATH"
- python -m pip install cibuildwheel
- cibuildwheel --output-dir wheelhouse
artifacts:
paths:
- wheelhouse/