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
8fb9ba4e
Commit
8fb9ba4e
authored
Sep 18, 2019
by
Simon Spannagel
Browse files
CI: add new target for image based on Docker-Deps, switch tests to that
parent
4d31084e
Pipeline
#1100472
failed with stages
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8fb9ba4e
...
...
@@ -76,6 +76,27 @@ cmp:cc7-gcc:
-
lib
expire_in
:
3 hour
cmp:cc7-docker:
stage
:
compilation
tags
:
-
docker
image
:
corryvreckan/corryvreckan/corryvreckan-deps
script
:
-
export COMPILER_TYPE="gcc"
-
source .gitlab-ci.d/init_x86_64.sh
-
source .gitlab-ci.d/load_deps.sh
-
mkdir build
-
cd build
-
cmake -GNinja -DBUILD_EventLoaderEUDAQ2=ON -DCMAKE_BUILD_TYPE=RELEASE -DROOT_DIR=$ROOTSYS ..
-
ninja
-
ninja install
artifacts
:
paths
:
-
build
-
bin
-
lib
expire_in
:
3 hour
cmp:cc7-llvm:
stage
:
compilation
tags
:
...
...
@@ -124,8 +145,8 @@ cmp:mac1014-clang:
tags
:
-
docker
dependencies
:
-
cmp:cc7-
gcc
image
:
c
licdp/cc7-base
-
cmp:cc7-
docker
image
:
c
orryvreckan/corryvreckan/corryvreckan-deps
before_script
:
-
source .gitlab-ci.d/init_x86_64.sh
...
...
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