Skip to content
Snippets Groups Projects
Commit 084a8f1c authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent ebc85da7
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10059 failed
......@@ -33,7 +33,7 @@ stages:
- wget https://cmake.org/files/v3.16/cmake-3.16.0.tar.gz
- tar -xzvf cmake-3.16.0.tar.gz
- cd cmake-3.16.0
- ./bootstrap
#- ./bootstrap
- make -j$(nproc)
- make install
- cmake --version -DCMAKE_USE_OPENSSL=OFF
......
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