Skip to content
Snippets Groups Projects
Commit 4c013e4d authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'dev' into 'main'

Update 'build.gitlab-ci.yml' to build in release mode

See merge request eclipse/aidge/aidge!102
parents 14eb5635 7b154365
No related branches found
No related tags found
No related merge requests found
Pipeline #65046 failed
...@@ -5,7 +5,7 @@ build:ubuntu_cpp: ...@@ -5,7 +5,7 @@ build:ubuntu_cpp:
- docker - docker
script: script:
- ./setup.sh --all --tests - ./setup.sh --all --tests --release
build:ubuntu_python: build:ubuntu_python:
stage: build stage: build
...@@ -23,7 +23,7 @@ build:ubuntu_python: ...@@ -23,7 +23,7 @@ build:ubuntu_python:
onnxruntime \ onnxruntime \
torch \ torch \
requests requests
- ./setup.sh --all --python --tests - ./setup.sh --all --python --tests --release
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
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