Remove Windows Gitlab support
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user