Skip to content

Commit

Permalink
Using key4hep-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 29, 2024
1 parent eb9fe28 commit 2e6f4c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 55 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Key4hep build

on:
push:
branches:
- master
pull_request:

jobs:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: key4hep/key4hep-actions/key4hep-build@main
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
- name: Test using local Setup.sh
run: |
docker exec CI_container /bin/bash -c 'cd ./Package;\
source ${{ matrix.build_type }};\
source ./setup.sh;\
fccanalysis run examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py --output myoutput.root --files-list root://eospublic.cern.ch//eos/experiment/fcc/ee/generation/DelphesEvents/spring2021/IDEA/p8_ee_Zbb_ecm91_EvtGen_Bc2TauNuTAUHADNU/events_131527278.root'
55 changes: 0 additions & 55 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 2e6f4c3

Please sign in to comment.