Skip to content
Snippets Groups Projects
Commit 4578af05 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

Update .gitlab-ci.yml

parent 3bc47446
No related branches found
No related tags found
No related merge requests found
Pipeline #43929 failed
...@@ -12,8 +12,7 @@ stages: ...@@ -12,8 +12,7 @@ stages:
setingup: setingup:
stage: setup stage: setup
script: script:
- apt-get update --yes - apt-get install --yes wget gcc g++ cmake ninja-build libafterimage0
- apt-get install --yes gcc g++ cmake ninja-build libafterimage0
- wget -q https://root.cern.ch/download/root_v6.14.00.Linux-ubuntu14-x86_64-gcc4.8.tar.gz - wget -q https://root.cern.ch/download/root_v6.14.00.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
- tar -xf root_v6.14.00.Linux-ubuntu14-x86_64-gcc4.8.tar.gz - tar -xf root_v6.14.00.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
- source ~/root/bin/thisroot.sh - source ~/root/bin/thisroot.sh
......
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