Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a REST macro to generate templates of TRestMetadata classes #191

Merged
merged 12 commits into from
May 4, 2022
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ Build and Test:
- make -j2
- ctest --verbose -O ${CI_PROJECT_DIR}/build/Testing/summary.txt

artifacts:
name: "Testing"
paths:
- ${CI_PROJECT_DIR}/build/Testing
expire_in: 1 day
# artifacts:
# name: "Testing"
# paths:
# - ${CI_PROJECT_DIR}/build/Testing
# expire_in: 1 day

Build and Install:
stage: build
Expand Down Expand Up @@ -220,9 +220,9 @@ Basic Readout:
script:
- source ${CI_PROJECT_DIR}/install/thisREST.sh
- cd ${CI_PROJECT_DIR}/projects/basic-readouts/
- git submodule update --init
- git pull
- ls
- git status
- git log
- restRoot --m 1 -b -q GenerateReadouts.C'("basic.root")'
jgalan marked this conversation as resolved.
Show resolved Hide resolved
- restRoot -b -q BasicValidation.C'("basic.root", "pixelDecoding")'

Expand Down