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

Update .gitlab-ci.yml file

parent 27b2311e
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10064 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