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
+ 0
13
Compare changes
  • Side-by-side
  • Inline
+ 0
13
@@ -27,18 +27,6 @@ stages:
# update apt
- apt-get update
.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
- 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
@@ -101,7 +89,6 @@ build_and_test:bionic:
stage: build_and_test
image: labrobotica/wolf_deps:18.04
script:
#- *cmake316_definition
- *build_and_test_definition
############ UBUNTU 20.04 TESTS ############
Loading