Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Javier Galan
rest-framework
Commits
0d8ffbb8
Commit
0d8ffbb8
authored
Nov 23, 2020
by
Javier Galan
Browse files
Updated pipeline script
parent
6da6d9fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d8ffbb8
...
...
@@ -35,6 +35,9 @@ before_script:
# We redefine the HOME
-
export HOME=${CI_PROJECT_DIR}/install/
-
if [ -d $HOME/.rest ]; then rm -Rf $HOME/.rest; fi
-
git submodule sync --recursive
-
git submodule update --init --recursive
clang-format
:
stage
:
pre-build
...
...
@@ -146,6 +149,7 @@ BasicReadout:
script
:
-
. ${CI_PROJECT_DIR}/install/thisREST.sh
-
cd ${CI_PROJECT_DIR}/projects/basic-readouts/
-
ls
-
restRoot --m 1 -b -q GenerateReadouts.C'("basic.root")'
-
restRoot -b -q BasicValidation.C'("basic.root")'
except
:
...
...
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