Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalia committed May 20, 2024
1 parent 1faaddf commit ea7e0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ 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
ls -lah
./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 ea7e0be

Please sign in to comment.