Skip to content

Commit

Permalink
Added new repository for lmds and analysis CI tests
Browse files Browse the repository at this point in the history
Added it to the github workflows

Minor change
  • Loading branch information
jose-luis-rs committed Nov 3, 2023
1 parent 258cbea commit 38e533d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
# This job is only for testing R3BRoot without downloading any
# dependencies.
- repos: r3broot
# The R3BFileSource repo is used for testing unpacking.
url: https://github.com/R3BRootGroup/R3BFileSource.git
cache: r3broot
# The job for testing with glad-tpc
- repos: glad-tpc
Expand All @@ -107,10 +109,12 @@ jobs:
# If more than one repos needs to be downloaded in a job. "url" needs
# to be a space separated list of urls using the operator ">-". Append
# more urls to this list if more repos need to be added.
# The R3BFileSource repo is used for testing unpacking.
url: >-
https://github.com/R3BRootGroup/sofia.git
https://github.com/R3BRootGroup/frs.git
https://github.com/R3BRootGroup/asyeos.git
https://github.com/R3BRootGroup/R3BFileSource.git
# Using own cache file
cache: other-repos

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ glad-tpc/
frs/
asyeos/
R3BParams_*/
R3BFileSource/

# Generated folders and files
geometry/neuland_v*.root
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ if(NOT MODULE)
if(WITH_ASYEOS)
add_subdirectory(asyeos)
endif(WITH_ASYEOS)
if(EXISTS "${PROJECT_SOURCE_DIR}/R3BFileSource")
add_subdirectory(R3BFileSource)
endif(EXISTS "${PROJECT_SOURCE_DIR}/R3BFileSource")
if(EXISTS "${PROJECT_SOURCE_DIR}/macros")
add_subdirectory(macros)
endif(EXISTS "${PROJECT_SOURCE_DIR}/macros")
Expand Down

0 comments on commit 38e533d

Please sign in to comment.