gentoo-qa-image
To check your overlay for QA issues, add the following .gitlab-ci.yml
:
image: $CI_REGISTRY/poncho/gentoo-qa-image:latest
stages:
- repoman
- pkgcheck
variables:
GIT_DEPTH: 1
repoman:
stage: repoman
script:
- repoman --version
- repoman full -xiIdv
pkgcheck:
stage: pkgcheck
script:
- pkgcheck --version
- pkgcheck scan