mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
gitlab-ci: Fix packaging artifacts for Coverity runner
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -445,6 +445,11 @@ visualstudio/x86:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Coverity #
|
# Coverity #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
#
|
||||||
|
# git push -o ci.variable="COVERITY_SCAN_TOKEN=XXXXXX" \
|
||||||
|
# -o ci.variable="COVERITY_SCAN_PROJECT_NAME=XXXXXX" \
|
||||||
|
# -o ci.variable="COVERITY_SCAN_EMAIL=XXXXXX" \
|
||||||
|
# -f gitlab
|
||||||
|
|
||||||
coverity:
|
coverity:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
@@ -477,4 +482,4 @@ coverity:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- cov-int/*.txt
|
- obj/cov-int/*.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user