Skip to content

Commit

Permalink
Add a key4hep build workflow; previous commit: Updating version to v0…
Browse files Browse the repository at this point in the history
…0-06
  • Loading branch information
jmcarcell committed Jan 29, 2024
1 parent 1f455d0 commit 2a59e2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Key4hep build

on:
push:
workflow_dispatch:

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

0 comments on commit 2a59e2a

Please sign in to comment.