.gitlab-ci.yml: add a strict check to catch broken packages
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
74383c1f9e
commit
372e5a14ed
@ -38,6 +38,16 @@ pkgcheck_full_scan:
|
||||
script:
|
||||
- pkgcheck ci $common_pkgcheck_args
|
||||
|
||||
pkgcheck_strict_scan:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
|
||||
when: manual
|
||||
script:
|
||||
# temporarily disable BadDefaultUseFlags
|
||||
- pkgcheck ci -k error,-BadDefaultUseFlags $common_pkgcheck_args
|
||||
|
||||
pkgcheck_merge:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
Loading…
Reference in New Issue
Block a user