Skip to content

Make it possible to build with c++20 and switch to new Key4hep build action #2

Make it possible to build with c++20 and switch to new Key4hep build action

Make it possible to build with c++20 and switch to new Key4hep build action #2

Workflow file for this run

name: Key4hep build
on:
push:
workflow_dispatch:
pull_request:
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 }}