Improvements to gitlab-ci config
2 unresolved threads
2 unresolved threads
- split the build in stages
- added
test
to the already presentbuild
anddoc
Merge request reports
Activity
Reassigned to @hegner
1 1 before_script: 2 - . /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/dev/InstallArea/scripts/LbLogin.sh 2 - . /cvmfs/lhcb.cern.ch/lib/LbLogin.sh 3 3 - unset VERBOSE 4 - export PATH=/afs/cern.ch/sw/lcg/contrib/ninja/1.4.0/x86_64-slc6:${PATH} 5 - echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake 4 - export PATH=/cvmfs/lhcb.cern.ch/lib/contrib/ninja/1.4.0/x86_64-slc6:${PATH} 5 - export CMAKE_PREFIX_PATH=/cvmfs/sft.cern.ch/lcg/releases 6 6 7 doxygen: 7 build: 8 stage: build 8 9 script: 10 - echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake 9 11 - make 12 - mv build.${CMTCONFIG} build 1 1 before_script: 2 - . /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/dev/InstallArea/scripts/LbLogin.sh 2 - . /cvmfs/lhcb.cern.ch/lib/LbLogin.sh 3 3 - unset VERBOSE 4 - export PATH=/afs/cern.ch/sw/lcg/contrib/ninja/1.4.0/x86_64-slc6:${PATH} 5 - echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake 4 - export PATH=/cvmfs/lhcb.cern.ch/lib/contrib/ninja/1.4.0/x86_64-slc6:${PATH} well, I do not really need a new version of ninja and I rely already on
/cvmfs/lhcb.cern.ch
, I do not need to rely on/cvmfs/sft.cern.ch
too.The best, I think, is to remove the dependency on the LHCb environment (at that point I can use whatever is in
/cvmfs/sft.cern.ch
), but I do not have time at the moment and I do not think it's very high priority.
mentioned in commit c1e9323a
mentioned in merge request atlas/Gaudi!64 (merged)
mentioned in commit atlas/Gaudi@65ae23a1
Mentioned in commit leggett/AtlasGaudi@65ae23a1
Mentioned in commit graven/Gaudi@c1e9323a
Please register or sign in to reply