We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f9a11 commit 379a63fCopy full SHA for 379a63f
.github/workflows/coverity.yml
@@ -59,11 +59,13 @@ jobs:
59
(cd libuev-2.4.0 && ./configure --prefix=/usr && make && sudo make install-strip)
60
(cd libite-2.5.2 && ./configure --prefix=/usr && make && sudo make install-strip)
61
sudo ldconfig
62
- - name: Build
+ - name: Configure
63
run: |
64
./autogen.sh
65
./configure --prefix= --enable-x11-common-plugin --with-watchdog --with-keventd
66
- export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
+ - name: Build
67
+ run: |
68
+ export PATH=`pwd`/coverity/bin:$PATH
69
cov-build --dir cov-int make
70
- name: Submit results to Coverity Scan
71
env:
0 commit comments