Skip to content
Snippets Groups Projects
Commit b0ed4e8f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix Jpp build

parent 6a36a4c6
No related branches found
No related tags found
No related merge requests found
Pipeline #8814 passed
......@@ -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
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