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

Fix ci

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