From d2996b8969fe8cb236428036a1ae78775f13c12c Mon Sep 17 00:00:00 2001 From: Marilena Bandieramonte <marilena.bandieramonte@cern.ch> Date: Thu, 19 Mar 2020 14:54:32 +0100 Subject: [PATCH] Remove CLHEP dependency from CI --- .gitlab-ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 835ed92..6ab0ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - dependencies - - dependencies-CLHEP - build before_script: @@ -25,24 +24,6 @@ geomodelcore-build: paths: - install -# TODO: this is only needed by SpecialShapes -# Remove it when SpecialShapes will be migrated to another package -CLHEP-build: - stage: dependencies-CLHEP - script: - - pwd; ls - - git clone https://gitlab.cern.ch/CLHEP/CLHEP.git - - cd CLHEP - - git checkout CLHEP_2_4_1_0 - - cd ../ ; mkdir build_CLHEP - - cd build_CLHEP - - cmake -DCMAKE_INSTALL_PREFIX=../install ../CLHEP - - make -j$(nproc) - - make install - artifacts: - paths: - - install - .build_template: &build_template stage: build tags: -- GitLab