From b0ed4e8ff1edee5da6f3a94e48119aa7aeb605f3 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 26 Feb 2020 12:49:37 +0100 Subject: [PATCH] Fix Jpp build --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 524ad30..126783c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,11 @@ build-jpp-12.1.0: image: docker.km3net.de/jpp:v12-1-0 stage: build script: + - yum install -y epel-release + - yum install -y python-pip python-devel + - _CWD=$(pwd) && cd /usr/local/root && source bin/thisroot.sh && cd $_CWD + - which -a root + - which -a python + - python -c "import ROOT" + - source /Jpp/setenv.sh /Jpp - *virtualenv_definition -- GitLab