Skip to content

Commit

Permalink
Create cov_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFrankATcernch committed May 23, 2024
1 parent bf08cba commit a2cdd12
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cov_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: cov_test

on:
workflow_dispatch

jobs:
run-coverity:
runs-on: ubuntu-latest
if: github.repository == 'AIDASoft/DD4hep'
steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v3
with:
coverity-cmake-command: 'cmake -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DDD4HEP_USE_EDM4HEP=OFF -DDD4HEP_USE_TBB=ON -DDD4HEP_USE_HEPMC3=ON -DDD4HEP_BUILD_DEBUG=OFF -DBUILD_TESTING=ON -DDD4HEP_DEBUG_CMAKE=ON -DDD4HEP_USE_XERCESC=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 ..'
coverity-project: 'AIDASoft%2FDD4hep'
coverity-project-token: ${{ secrets.DD4HEP_COVERITY_TOKEN }}
github-pat: ${{ secrets.READ_COVERITY_IMAGE }}
release-platform: "LCG_104a/x86_64-el9-gcc13-opt"

0 comments on commit a2cdd12

Please sign in to comment.