From fdd7fb04a12207a1537cc5b57f03a255e1f73cef Mon Sep 17 00:00:00 2001 From: Adrien Matta <matta@lpccaen.in2p3.fr> Date: Tue, 3 Sep 2019 14:50:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5e4b44aa..1dda4050a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,16 +14,18 @@ setingup: script: - apt-get update --yes - apt-get install --yes wget gcc g++ cmake ninja-build libafterimage0 + - cd + - ls - 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 - source root/bin/thisroot.sh - - wget -q https://www.dropbox.com/s/8hxjkd6twdsv5fi/geant4_install_new.tar.gz - - tar -xf geant4_install_new.tar.gz - - source geant4_install/share/Geant4-10.1.2/geant4make/geant4make.sh + - wget -q http://cern.ch/geant4-data/releases/lib4.10.5.p01/Linux-g++4.8.5-CC7.tar.gz + - tar -xf Linux-g++4.8.5-CC7.tar.gz + - source Geant4-10.5.1-Linux/share/Geant4-10.5.1/geant4make/geant4make.sh artifacts: paths: - root - - geant4_install + - Geant4-10.5.1-Linux expire_in: 1 hour -- GitLab