Skip to content
Snippets Groups Projects
Commit 52d0bb77 authored by Marko Petric's avatar Marko Petric
Browse files

Update CI defaults for init

parent a87cf29a
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ if [ -z ${COMPILER_TYPE} ]; then ...@@ -30,10 +30,10 @@ if [ -z ${COMPILER_TYPE} ]; then
fi fi
if [ -z ${COMPILER_VERSION} ]; then if [ -z ${COMPILER_VERSION} ]; then
if [ ${COMPILER_TYPE} == "gcc" ]; then if [ ${COMPILER_TYPE} == "gcc" ]; then
COMPILER_VERSION="gcc8" COMPILER_VERSION="gcc9"
fi fi
if [[ ${COMPILER_TYPE} == "clang" ]]; then if [[ ${COMPILER_TYPE} == "clang" ]]; then
COMPILER_VERSION="clang8" COMPILER_VERSION="clang10"
fi fi
fi fi
...@@ -45,7 +45,7 @@ fi ...@@ -45,7 +45,7 @@ fi
# General variables # General variables
if [ -z ${LCG_RELEASE} ]; then if [ -z ${LCG_RELEASE} ]; then
LCG_RELEASE="LCG_96" LCG_RELEASE="LCG_97"
fi fi
if [[ "${LCG_RELEASE}" =~ "dev" ]]; then if [[ "${LCG_RELEASE}" =~ "dev" ]]; then
......
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