Skip to content

Commit

Permalink
Add new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 14, 2023
1 parent 8eb3c24 commit 603e98c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/key4hep-build-cvmfs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Key4hep build

on:
pull_request:
workflow_dispatch:

jobs:
test:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: key4hep/key4hep-actions/key4hep-build-test@main
with:
build_type: release
image: alma9
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}

0 comments on commit 603e98c

Please sign in to comment.