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

[ci] Added mac jobs for wheels.

parent 26e78e47
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,24 @@ build wheels linux: ...@@ -13,3 +13,24 @@ build wheels linux:
artifacts: artifacts:
paths: paths:
- wheelhouse/ - wheelhouse/
build wheels mac:
stage: build
needs: [meta]
tags:
- mac
- ${ARCHITECTURE}
script:
- CMAKE_OSX_DEPLOYMENT_TARGET=10.15 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/
parallel:
matrix:
- ARCHITECTURE: ["amd64", "arm64"]
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