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

ci: install cmake 3.16

parent 693777a7
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10057 failed
...@@ -27,6 +27,17 @@ stages: ...@@ -27,6 +27,17 @@ stages:
# update apt # update apt
- apt-get update - apt-get update
# cmake 3.11 installation (provisional)
- mkdir ~/temp
- cd ~/temp
- 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
- make -j$(nproc)
- make install
- cmake --version
.license_header_template: &license_header_definition .license_header_template: &license_header_definition
- cd $CI_PROJECT_DIR - 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