Skip to content

Commit

Permalink
attempt software build
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 18, 2024
1 parent 890e79b commit bca9ab7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,26 @@ on:
push:
branches:
- 'self-hosted-test'

jobs:
testing:
strategy:
fail-fast: false

runs-on: self-hosted

container:
image: gitlab-registry.cern.ch/linuxsupport/alma9-base
volumes:
- /cvmfs/sft.cern.ch/:/cvmfs/sft.cern.ch/
- /cvmfs/ship.cern.ch/:/cvmfs/ship.cern.ch/

steps:
- name: Just echo something
run: echo "Hola amigo"
- name: Check cvmfs access
run: ls -l /cvmfs/sft.cern.ch/
- name: Checkout
uses: actions/checkout@v4

- name: Source environment setup
run: source /cvmfs/ship.cern.ch/24.10/setUp.sh

- name: Build software
run: aliBuild build FairShip --always-prefer-system --config-dir $SHIPDIST --defaults release

0 comments on commit bca9ab7

Please sign in to comment.