Skip to content
Snippets Groups Projects
Commit 1acf178d authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing folder

parent 07069823
No related branches found
No related tags found
No related merge requests found
Pipeline #31055 failed
...@@ -11,6 +11,7 @@ build:ubuntu_cpp: ...@@ -11,6 +11,7 @@ build:ubuntu_cpp:
- rm -rf build_cpp - rm -rf build_cpp
# Build current module # Build current module
- mkdir -p build_cpp
- cd build_cpp - cd build_cpp
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_PATH -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON .. - cmake -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_PATH -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON ..
- make -j4 all install - make -j4 all install
...@@ -27,7 +28,11 @@ build:ubuntu_python: ...@@ -27,7 +28,11 @@ build:ubuntu_python:
- docker - docker
script: script:
# Download dependencies # Download dependencies
# aidge_core # aidge_core (CPP)
- 'curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:ubuntu_cpp"'
- unzip -o build_artifacts.zip -d .
- rm -rf build_cpp
# aidge_core (Python)
- 'curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:ubuntu_python"' - 'curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:ubuntu_python"'
- unzip -o build_artifacts.zip -d . - unzip -o build_artifacts.zip -d .
......
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