Skip to content

Commit

Permalink
Added configuration files
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
jose-luis-rs committed Nov 1, 2023
1 parent d7a8b37 commit 9fd0ff5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

# A self-defined composite action for the cmake configuration and build
# of r3broot (along with necessary dep repos).
- name: configure-build-sofia
- name: configure-build-glad-tpc
run: |
git clone https://github.com/R3BRootGroup/R3BRoot.git
cd ..
Expand Down
8 changes: 8 additions & 0 deletions .githubfiles/dart_experimental_nov22p1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
export LINUX_FLAVOUR=Ubuntu22.04
export FAIRSOFT_VERSION=nov22p1
export FAIRROOT_VERSION=v18.8.1
export GIT_BRANCH=dev
export BUILDDIR=/tmp/r3broot/build_r3b_experimental_${FAIRSOFT_VERSION}_${FAIRROOT_VERSION}
export SOURCEDIR=$PWD

3 changes: 3 additions & 0 deletions .githubfiles/fairsoft.gsi.de.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CVMFS_SERVER_URL="http://cvmfs-s1.gsi.de/cvmfs/fairsoft.gsi.de"
CVMFS_HTTP_PROXY="DIRECT"
CVMFS_PUBLIC_KEY="/etc/cvmfs/keys/masterkey.gsi.de.pub"

0 comments on commit 9fd0ff5

Please sign in to comment.