Skip to content

Commit

Permalink
use bin directly
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalia committed May 20, 2024
1 parent 0f6728f commit 1faaddf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ jobs:
run: |
curl https://scan.coverity.com/download/cxx/linux64 --output cov-analysis.tar.gz --data "token=${{ secrets.COVERITY_SCAN_TOKEN }}&project=vmalia%2FoneMKL"
tar -xf cov-analysis.tar.gz
export CONFIG=$(find $PWD/cov-analysis-*/ -type f -name cov-config)
export BUILD=$(find $PWD/cov-analysis-*/ -type f -name cov-build)
${CONFIG} --comptype clang --compiler icx
${BUILD} --dir cov-int cmake --build build_cov/ --target all --parallel
./cov-analysis-linux64-2023.6.2/bin/cov-config --comptype clang --compiler icx
./cov-analysis-linux64-2023.6.2/bin/cov-build --dir cov-int cmake --build build_cov/ --target all --parallel

0 comments on commit 1faaddf

Please sign in to comment.