Skip to content
Snippets Groups Projects
Commit 934690fb 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 0b91bed9 9d2b18d6
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10072 failed
......@@ -27,7 +27,8 @@ stages:
# update apt
- apt-get update
# cmake 3.11 installation (provisional)
.cmake316_template: &cmake316_definition
# cmake 3.16 installation (provisional)
- mkdir ~/temp
- cd ~/temp
- wget https://cmake.org/files/v3.16/cmake-3.16.0.tar.gz
......@@ -102,6 +103,7 @@ build_and_test:bionic:
except:
- master
script:
- *cmake316_definition
- *build_and_test_definition
############ UBUNTU 20.04 TESTS ############
......
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