Skip to content

Commit

Permalink
Using key4hep-build in CI tests (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Feb 9, 2024
1 parent 6ef0efc commit 168c130
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 49 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Key4hep build

on:
push:
branches:
- main
pull_request:
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@v4
- uses: key4hep/key4hep-actions/key4hep-build@main
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
49 changes: 0 additions & 49 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 168c130

Please sign in to comment.