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
e91ff04d
Commit
e91ff04d
authored
Nov 23, 2020
by
nkx Nicholas
Browse files
Merge branch 'development' of
https://lfna.unizar.es/rest-development/REST_v2
into development
parents
d0ecc9c2
3dccff49
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e91ff04d
...
...
@@ -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