Skip to content
Snippets Groups Projects
Commit 3a460c0e authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

CI: Do not use deprecated globally-defined variables

parent f1ced6f0
No related branches found
No related tags found
1 merge request!1192Use CTest fixtures and --repeat
......@@ -8,8 +8,6 @@
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
#####################################################################################
image: gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build
stages:
- pre-build-checks
- build
......@@ -23,10 +21,12 @@ variables:
TARGET_BRANCH: master
# All the configuration
before_script:
# Add Ninja and CMake to the PATH
- export PATH="/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.18.3/Linux-x86_64/bin:/cvmfs/sft.cern.ch/lcg/contrib/ninja/1.10.0/Linux-x86_64:$PATH"
- export CCACHE_DIR=$PWD/.ccache
default:
image: gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build
before_script:
# Add Ninja and CMake to the PATH
- export PATH="/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.18.3/Linux-x86_64/bin:/cvmfs/sft.cern.ch/lcg/contrib/ninja/1.10.0/Linux-x86_64:$PATH"
- export CCACHE_DIR=$PWD/.ccache
# Job templates
.build: &template_build
......
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