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

Update .gitlab-ci.yml file

parent 084a8f1c
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10060 failed
......@@ -33,10 +33,10 @@ 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 -DCMAKE_USE_OPENSSL=OFF
- make -j$(nproc)
- make install
- cmake --version -DCMAKE_USE_OPENSSL=OFF
- cmake --version
.license_header_template: &license_header_definition
- cd $CI_PROJECT_DIR
......
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