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

Remove CLHEP dependency from CI

parent f5a0d5b3
No related branches found
No related tags found
No related merge requests found
Pipeline #1516679 passed
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:
......
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