Skip to content

Commit

Permalink
Make sure to install the python requirements for HttpServer_FirmwareU…
Browse files Browse the repository at this point in the history
…pload before running make. (#2202)

[scan:coverity]
  • Loading branch information
slaff authored Jan 27, 2021
1 parent 47d0f98 commit bdf1d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sming/Arch/Host/Tools/ci/coverity-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

make -C $SMING_HOME/../samples/HttpServer_FirmwareUpload python-requirements

COVERITY_SCAN_PROJECT_NAME=SmingHub/Sming
COVERITY_SCAN_NOTIFICATION_EMAIL="[email protected]"
COVERITY_SCAN_BUILD_COMMAND="$MAKE_PARALLEL Basic_Blink Basic_DateTime Basic_Delegates Basic_Interrupts Basic_ProgMem Basic_Serial Basic_Servo Basic_Ssl HttpServer_FirmwareUpload SMING_ARCH=Host DEBUG_VERBOSE_LEVEL=3"
Expand Down

0 comments on commit bdf1d31

Please sign in to comment.