Skip to content
Snippets Groups Projects
Commit 5fa8a839 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

(CI) Trying to fix the Ubuntu jobs on MRs, which don't fire

parent f2a177d9
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,8 @@ variables: ...@@ -46,6 +46,8 @@ variables:
# of the build, by using the 'standalone' job only # of the build, by using the 'standalone' job only
.ubuntu-template-job-default: &ubuntu-job .ubuntu-template-job-default: &ubuntu-job
<<: *ubuntu-job-base <<: *ubuntu-job-base
rules:
- when: always
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default mercurial libeigen3-dev libsqlite3-dev - apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default mercurial libeigen3-dev libsqlite3-dev
- wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz - wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz
......
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