Skip to content
Snippets Groups Projects
Commit b1a5dba9 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

CI: remove the CLHEP dependency step from the gitlab-ci.yml

parent 94d24a12
No related branches found
No related tags found
1 merge request!3Remove clhep dependency
Pipeline #1710018 passed with warnings
stages: stages:
- deps-geomodelcore - deps-geomodelcore
- deps-CLHEP # - deps-CLHEP
- deps-xerces-c - deps-xerces-c
- deps-Geant4 - deps-Geant4
- build - build
...@@ -43,24 +43,24 @@ variables: ...@@ -43,24 +43,24 @@ variables:
paths: paths:
- install - install
.CLHEP-build-template-job: &CLHEP-job #.CLHEP-build-template-job: &CLHEP-job
stage: deps-CLHEP # stage: deps-CLHEP
variables: # variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS} # CMAKE_ARGS: ${CMAKE_BASE_ARGS}
script: # script:
- pwd; ls # - pwd; ls
- git clone https://gitlab.cern.ch/CLHEP/CLHEP.git # - git clone https://gitlab.cern.ch/CLHEP/CLHEP.git
- cd CLHEP # - cd CLHEP
- git checkout CLHEP_2_4_1_0 # - git checkout CLHEP_2_4_1_0
- cd ../ # - cd ../
- mkdir CLHEP-build # - mkdir CLHEP-build
- cd CLHEP-build # - cd CLHEP-build
- cmake ${CMAKE_ARGS} ../CLHEP # - cmake ${CMAKE_ARGS} ../CLHEP
- make -j32 # - make -j32
- make install # - make install
artifacts: # artifacts:
paths: # paths:
- install # - install
.xerces-c-build-template-job: &xerces-c-job .xerces-c-build-template-job: &xerces-c-job
stage: deps-xerces-c stage: deps-xerces-c
...@@ -122,9 +122,9 @@ geomodelcore-mac: ...@@ -122,9 +122,9 @@ geomodelcore-mac:
<<: *macos-job <<: *macos-job
<<: *geomodelcore-job <<: *geomodelcore-job
CLHEP-mac: #CLHEP-mac:
<<: *macos-job # <<: *macos-job
<<: *CLHEP-job # <<: *CLHEP-job
xerces-c-mac: xerces-c-mac:
<<: *macos-job <<: *macos-job
...@@ -133,12 +133,12 @@ xerces-c-mac: ...@@ -133,12 +133,12 @@ xerces-c-mac:
Geant4-mac: Geant4-mac:
<<: *macos-job <<: *macos-job
<<: *Geant4-job <<: *Geant4-job
needs: ["CLHEP-mac", "xerces-c-mac"] needs: ["xerces-c-mac"]
geomodelg4-mac: geomodelg4-mac:
<<: *macos-job <<: *macos-job
<<: *geomodelg4-job <<: *geomodelg4-job
needs: ["geomodelcore-mac", "CLHEP-mac", "Geant4-mac"] needs: ["geomodelcore-mac", "Geant4-mac"]
### UBUNTU PATH ### UBUNTU PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment