Skip to content
Snippets Groups Projects
Commit 4cb08b56 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Specialized release pipeline to build only CPU wheels.

parent be1cb834
No related branches found
No related tags found
1 merge request!54Update 0.3.1 -> 0.4.0
Pipeline #71750 failed
......@@ -35,9 +35,13 @@ coverage:ubuntu_python:
- !reference [.ubuntu:download:artifacts, script]
release:pip:ubuntu:
variables:
# Building CPU quantization package
CIBW_ENVIRONMENT: >-
AIDGE_WITH_CUDA=OFF
before_script:
- !reference [.retrieve_deps:apt, script]
- DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_backend_cuda" "aidge_onnx")
- DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_onnx")
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:repositories, script] # located in common.gitlab-ci.yml
- curl -sSL https://get.docker.com/ | sh
......
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