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

Corrected ci

parent 16bae318
No related branches found
No related tags found
1 merge request!1Version 0.1.0 (setup)
Pipeline #1563 failed
......@@ -16,6 +16,7 @@ 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
......@@ -30,7 +31,7 @@ build:
- rm -rf build workspace
- mkdir build
- cd build
- cmake -DCMAKE_PREFIX_PATH=../../waves -Wno-dev ..
- cmake -DCMAKE_PREFIX_PATH=${CI_BUILDS_DIR}/waves -Wno-dev ..
- make -j $(nproc)
artifacts:
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