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

Fix ci

parent bcf36e58
No related branches found
No related tags found
1 merge request!1Version 0.1.0 (setup)
Pipeline #1564 failed
......@@ -16,7 +16,6 @@ build:
script:
- printenv | sort
- cd ..
- pwd
- rm -rf waves
- wget -q https://gitlab.uliege.be/am-dept/waves/-/archive/feature_fpm/waves-feature_fpm.tar.bz2
- tar xf waves-feature_fpm.tar.bz2
......@@ -31,6 +30,9 @@ 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