Skip to content

Campaing to fix tests / compilation warnings #137

Campaing to fix tests / compilation warnings

Campaing to fix tests / compilation warnings #137

Workflow file for this run

name: Key4hep build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
exclude:
- build_type: "nightly"
image: "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 }}
- run: |
echo $PATH
echo
echo $LD_LIBRARY_PATH
echo $ROOT_INCLUDE_PATH
echo $CPATH
echo $PYTHONPATH