Skip to content
Snippets Groups Projects
Verified Commit 7e96be7e authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added build wheels win job.

parent 7512578a
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,8 @@
"name": "wheel-win",
"inherits": "wheel",
"cacheVariables": {
"OGS_USE_MFRONT": "OFF"
"OGS_USE_MFRONT": "OFF",
"OGS_BUILD_PROCESS_TH2M": "OFF"
},
"condition": {
"type": "equals",
......
......@@ -34,3 +34,22 @@ build wheels mac:
parallel:
matrix:
- ARCHITECTURE: ["amd64", "arm64"]
build wheels win:
stage: build
needs: [meta]
tags:
- windows
extends:
- .vs2019-environment
script:
- pipx run cibuildwheel
- >
pipx run twine upload
--repository-url https://gitlab.opengeosys.org/api/v4/projects/${CI_PROJECT_ID}/packages/pypi
--username gitlab-ci-token
--password ${CI_JOB_TOKEN}
wheelhouse/*
artifacts:
paths:
- wheelhouse/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment