Skip to content
Snippets Groups Projects
Commit 5f8ffea3 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Fix ci

parent a3965480
No related branches found
No related tags found
1 merge request!1Version 0.1.0 (setup)
Pipeline #1566 passed
...@@ -15,9 +15,6 @@ build: ...@@ -15,9 +15,6 @@ build:
stage: build stage: build
script: script:
- printenv | sort - printenv | sort
- echo ${CI_BUILDS_DIR}
- echo ${CI_PROJECT_DIR}
- echo ${CI_PROJECT_PATH}
- cd .. - cd ..
- rm -rf waves - rm -rf waves
- wget -q https://gitlab.uliege.be/am-dept/waves/-/archive/feature_fpm/waves-feature_fpm.tar.bz2 - wget -q https://gitlab.uliege.be/am-dept/waves/-/archive/feature_fpm/waves-feature_fpm.tar.bz2
...@@ -33,7 +30,7 @@ build: ...@@ -33,7 +30,7 @@ build:
- rm -rf build workspace - rm -rf build workspace
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_PREFIX_PATH=${CI_BUILDS_DIR}/waves -Wno-dev .. - cmake -DCMAKE_PREFIX_PATH=${CI_PROJECT_DIR}/../waves -Wno-dev ..
- make -j $(nproc) - make -j $(nproc)
artifacts: artifacts:
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