Skip to content
Snippets Groups Projects

Resolve "Refactoring WOLF installation system"

Merged Mederic Fourmy requested to merge 451-refactoring-wolf-installation-system into devel
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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 ############
Loading