2019-12-10 14:57:25 +01:00
|
|
|
image:
|
|
|
|
|
- Ubuntu
|
|
|
|
|
- Visual Studio 2015
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
# windows
|
2020-02-26 22:10:31 +00:00
|
|
|
- cmd: pip3 install cibuildwheel==1.1.0
|
2019-12-10 14:57:25 +01:00
|
|
|
- cmd: cibuildwheel --output-dir wheelhouse
|
|
|
|
|
# linux
|
|
|
|
|
- sh: "${HOME}/.localpython3.7.4/bin/python3 -m pip install cibuildwheel==1.1.0"
|
|
|
|
|
- sh: "${HOME}/.localpython3.7.4/bin/python3 -m cibuildwheel --output-dir wheelhouse"
|
|
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
|
- path: "wheelhouse\\*.whl"
|
|
|
|
|
name: Wheels
|