mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 08:04:55 -04:00
Build UEFITool exclusively for coverity
This commit is contained in:
parent
e6f3f4380f
commit
6bb862d626
2 changed files with 7 additions and 3 deletions
|
@ -123,7 +123,10 @@ rm -rf dist
|
|||
mkdir -p dist || exit 1
|
||||
|
||||
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
|
||||
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
||||
build_tool UEFIFind "$UEFITOOL_VER" ""
|
||||
# FIXME: cmake does not let overriding CC after generating files.
|
||||
if [ "$COVERITY_SCAN_TOKEN" = "" ]; then
|
||||
build_tool UEFIExtract "$UEFITOOL_VER" ""
|
||||
build_tool UEFIFind "$UEFITOOL_VER" ""
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue