From ca619eec813a14ec8d74cdc8b1f31af27a67e02d Mon Sep 17 00:00:00 2001 From: "Patrick L.S. Connor" <connorpa@mail.desy.de> Date: Mon, 22 Jan 2024 17:01:48 +0100 Subject: [PATCH] compiling Core in the CI with cmake --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f98937..8732aae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,4 +22,7 @@ cmake: - source /cvmfs/cms.cern.ch/cmsset_default.sh - yum install -y cmake3 python3 zsh - ./install.sh - + - cd CMSSW*/ + - shopt -s expand_aliases # allows aliases like cmsenv to be used + - cmsenv + - scram b -j$(nproc) -- GitLab