Skip to content

Commit

Permalink
Add the Key4hep workflows. Previous commit: Update pre-commit license…
Browse files Browse the repository at this point in the history
… year; previous commit: Update license year; previous commit: Note that evtMax setting can be overridden by k4run.
  • Loading branch information
jmcarcell committed Mar 17, 2024
1 parent 4cb3e12 commit 6af00b6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Do not edit this file, it will be overwritten!
# The template file can be found in
# https://github.com/key4hep/key4hep-actions/blob/main/workflows/key4hep-build.yaml
name: Key4hep build

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '17 5 * * *'


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 }}

0 comments on commit 6af00b6

Please sign in to comment.