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

[ci] Added job build wheels linux.

parent 0566d251
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ include: ...@@ -37,6 +37,7 @@ include:
- local: "/scripts/ci/jobs/build-win.yml" - local: "/scripts/ci/jobs/build-win.yml"
- local: "/scripts/ci/jobs/build-mac.yml" - local: "/scripts/ci/jobs/build-mac.yml"
- local: "/scripts/ci/jobs/build-container.yml" - local: "/scripts/ci/jobs/build-container.yml"
- local: "/scripts/ci/jobs/build-wheels.yml"
- local: "/scripts/ci/jobs/jupyter.yml" - local: "/scripts/ci/jobs/jupyter.yml"
- local: "/scripts/ci/jobs/code-quality.yml" - local: "/scripts/ci/jobs/code-quality.yml"
- local: "/scripts/ci/jobs/code-coverage.yml" - local: "/scripts/ci/jobs/code-coverage.yml"
......
build wheels linux:
stage: build
needs: [meta]
tags: [envinf3-shell]
script:
- pipx run cibuildwheel
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