From 5c9c25d88d1c4217b86c61e6d6807d76bedf10ee Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Thu, 17 Mar 2016 15:03:51 +0000 Subject: [PATCH] Test CI --- .gitlab-ci.yml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6efdd2a0f..f6a25c9ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,18 +10,6 @@ slc6-gcc48: - make -j2 - make install - make test - - cd .. - - ls -l bin - - yum install more -y - - more bin/thisdd4hep.sh - - . bin/thisdd4hep.sh - - cd examples - - mkdir build - - cd build - - cmake .. - - make -j4 - - make test - - make install slc6-gcc49: tags: @@ -34,16 +22,7 @@ slc6-gcc49: - 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.2.0 -D DD4HEP_USE_CXX14=ON .. - make -j2 - make install - - source ../bin/thisdd4hep.sh - - make test - - cd ../examples - - mkdir build - - cd build - - cmake .. - - make -j4 - make test - - make install - centos7-gcc49: tags: @@ -56,12 +35,4 @@ centos7-gcc49: - 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.2.0 -D DD4HEP_USE_CXX14=ON .. - make -j2 - make install - - source ../bin/thisdd4hep.sh - - make test - - cd ../examples - - mkdir build - - cd build - - cmake .. - - make -j4 - - make test - - make install \ No newline at end of file + - make test \ No newline at end of file -- GitLab