Skip to content
Snippets Groups Projects
Commit 96d26c8e authored by Marko Petric's avatar Marko Petric
Browse files

Changes to YML

parent c096985f
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
#pre-installation script #pre-installation script
- yum install make -y - yum install make glibc-devel -y
- yum install which -y
- yum install glibc-devel -y
slc6-gcc48: slc6-gcc48:
tags: tags:
...@@ -12,8 +10,8 @@ slc6-gcc48: ...@@ -12,8 +10,8 @@ slc6-gcc48:
- source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh - source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 .. - cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 ..
- make -j4 - make
- make install - make install
...@@ -25,6 +23,6 @@ slc6-gcc49: ...@@ -25,6 +23,6 @@ slc6-gcc49:
- source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh - source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh
- mkdir build - mkdir build
- cd build - cd build
- cmake -D DD4HEP_USE_GEANT4=1 -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -D CLHEP_DIR=$CLHEP -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 .. - cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.1.2 ..
- make -j4 - make
- make install - make install
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