Skip to content

Commit

Permalink
Adding other OSes to the test CI (#64)
Browse files Browse the repository at this point in the history
* Adding other OSes to the test CI

* Using key4hep-build action
  • Loading branch information
kjvbrt authored Feb 23, 2024
1 parent 27b5c0d commit 1fc8c71
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 43 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 }}
43 changes: 0 additions & 43 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 1fc8c71

Please sign in to comment.