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
Checking pipeline status
......@@ -5,7 +5,7 @@ build:ubuntu_cpp:
- docker
script:
- ./setup.sh --all --tests
- ./setup.sh --all --tests --release
build:ubuntu_python:
stage: build
......@@ -23,7 +23,7 @@ build:ubuntu_python:
onnxruntime \
torch \
requests
- ./setup.sh --all --python --tests
- ./setup.sh --all --python --tests --release
artifacts:
expire_in: 1 week
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