Skip to content

Commit

Permalink
Test: coverity.yml
Browse files Browse the repository at this point in the history
Update LCG view
  • Loading branch information
andresailer committed Aug 26, 2022
1 parent af1fb15 commit 9616cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
with:
run_local_checkout: 'true'
coverity-container: 'ghcr.io/aidasoft/coverity:latest'
coverity-cmake-command: 'cmake -DCMAKE_CXX_STANDARD=17 ..'
coverity-cmake-command: 'cmake -DCMAKE_CXX_STANDARD=17 -DUSE_EXTERNAL_CATCH2=OFF ..'
coverity-project: 'AIDASoft%2Fpodio'
coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }}
github-pat: ${{ secrets.READ_COVERITY_IMAGE }}
release-platform: "LCG_99/x86_64-centos7-gcc10-opt"
release-platform: "LCG_102/x86_64-centos7-gcc11-opt"
run: |
git clone https://github.com/AIDASoft/podio.git
cd podio

0 comments on commit 9616cb4

Please sign in to comment.