mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Change Coverity action to output build log
This commit is contained in:
parent
457454bb80
commit
5272079e79
1 changed files with 1 additions and 0 deletions
1
.github/workflows/coverity-scan.yml
vendored
1
.github/workflows/coverity-scan.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export PATH=`pwd`/coverity-tools/bin:$PATH
|
export PATH=`pwd`/coverity-tools/bin:$PATH
|
||||||
( cd build && cov-build --dir cov-int make -j 3 )
|
( cd build && cov-build --dir cov-int make -j 3 )
|
||||||
|
cat build/cov-int/build-log.txt
|
||||||
|
|
||||||
- name: Submit
|
- name: Submit
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue