forked from boostorg/function
fix coverity scan integration
This commit is contained in:
@ -148,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
# Coverity Scan
|
# Coverity Scan
|
||||||
- os: linux
|
- os: linux
|
||||||
if: (env(COVERITY_SCAN_TOKEN) IS present) AND (branch IN (develop, master)) AND (type IN (cron, push))
|
if: (env(COVERITY_SCAN_NOTIFICATION_EMAIL) IS present) AND (branch IN (develop, master)) AND (type IN (cron, push))
|
||||||
env:
|
env:
|
||||||
- COMMENT="Coverity Scan"
|
- COMMENT="Coverity Scan"
|
||||||
- TOOLSET=gcc
|
- TOOLSET=gcc
|
||||||
|
Reference in New Issue
Block a user