Add tests to coverity scan

pull/2558/merge
Roger A. Light 3 years ago
parent 6fd9c200ac
commit 26282ef152

@ -22,5 +22,4 @@ jobs:
project: "eclipse/mosquitto"
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
command: "make binary"
command: "make binary-all"

@ -22,5 +22,4 @@ jobs:
project: "eclipse/mosquitto"
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
command: "make binary"
command: "make binary-all"

@ -47,7 +47,7 @@ DISTFILES= \
.PHONY : all mosquitto api docs binary check clean reallyclean test test-compile install uninstall dist sign copy localdocker
all : $(MAKE_ALL) test-compile
all : $(MAKE_ALL)
api :
mkdir -p api p
@ -59,6 +59,8 @@ docs :
binary : mosquitto
binary-all : mosquitto test-compile
mosquitto :
ifeq ($(UNAME),Darwin)
$(error Please compile using CMake on Mac OS X)

Loading…
Cancel
Save