Skip to content
Snippets Groups Projects
Commit 5192d162 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Merge branch '451-refactoring-wolf-installation-system' of...

Merge branch '451-refactoring-wolf-installation-system' of https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_lib/wolf into 451-refactoring-wolf-installation-system
parents bb090852 c080bd74
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10062 canceled
......@@ -27,6 +27,17 @@ stages:
# update apt
- 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 -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_USE_OPENSSL:STRING=OFF
- make -j$(nproc)
- make install
- 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