Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
5de7ed3c
Commit
5de7ed3c
authored
Sep 18, 2019
by
Simon Spannagel
Browse files
CI: move scl loading to before_script
parent
991f9b98
Pipeline
#1101229
failed with stages
in 8 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5de7ed3c
...
...
@@ -83,10 +83,9 @@ cmp:cc7-docker:
image
:
name
:
gitlab-registry.cern.ch/corryvreckan/corryvreckan/corryvreckan-deps
entrypoint
:
[
"
"
]
script
:
-
gcc --version
before_script
:
-
source scl_source enable devtoolset-7 || echo " "
-
gcc --version
script
:
-
mkdir build
-
cd build
-
cmake3 -DBUILD_EventLoaderEUDAQ2=ON -DCMAKE_BUILD_TYPE=RELEASE -DROOT_DIR=$ROOTSYS ..
...
...
@@ -151,6 +150,8 @@ cmp:mac1014-clang:
image
:
name
:
gitlab-registry.cern.ch/corryvreckan/corryvreckan/corryvreckan-deps
entrypoint
:
[
"
"
]
before_script
:
-
source scl_source enable devtoolset-7 || echo " "
tst:telescope:
extends
:
.test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment