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
91d37e4c
Commit
91d37e4c
authored
Sep 18, 2019
by
Simon Spannagel
Browse files
CI: enable SCL
parent
0008439b
Pipeline
#1101175
failed with stages
in 8 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
91d37e4c
...
...
@@ -82,13 +82,17 @@ cmp:cc7-docker:
-
docker
image
:
name
:
gitlab-registry.cern.ch/corryvreckan/corryvreckan/corryvreckan-deps
entrypoint
:
[
"
/bin/bash"
,
"
-c"
]
#entrypoint: ["/bin/bash", "-c"]
entrypoint
:
[
"
"
]
script
:
-
gcc --version
-
source scl_source enable devtoolset-7 || echo " "
-
gcc --version
-
mkdir build
-
cd build
-
cmake
-GNinja
-DBUILD_EventLoaderEUDAQ2=ON -DCMAKE_BUILD_TYPE=RELEASE -DROOT_DIR=$ROOTSYS ..
-
ninja
-
ninja
install
-
cmake
3
-DBUILD_EventLoaderEUDAQ2=ON -DCMAKE_BUILD_TYPE=RELEASE -DROOT_DIR=$ROOTSYS ..
-
make
-
make
install
artifacts
:
paths
:
-
build
...
...
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