Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jeremy Andrea
Ph2_ACF
Commits
937894fa
Commit
937894fa
authored
Feb 03, 2020
by
Jeremy Andrea
Browse files
Update .gitlab-ci.yml
parent
5228d39e
Pipeline
#1387438
failed with stage
in 8 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
937894fa
...
...
@@ -5,7 +5,7 @@
# CERN's shared runner is used which is configured for Docker with SL6
# sudo is not necessary in docker, every application used needs to be installed first
image
:
gitlab-registry.cern.ch/computersecurity/security-services-code-checking:latest
before_script
:
-
yum -y -q clean all
...
...
@@ -16,16 +16,20 @@ before_script:
-
yum -y -q install boost-devel
-
yum -y -q install uhal
stages
:
-
build_Ph2_ACF
build_Ph2_ACF
:
script
:
-
ls
-
mkdir build/
-
cd build/
-
cmake ..
-
make
-
cd ..
-
ls
compilation
:
stage
:
build_Ph2_ACF
script
:
-
ls
-
mkdir build/
-
cd build/
-
cmake ..
-
make
-
cd ..
-
ls
after_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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