Skip to content
Snippets Groups Projects
Select Git revision
  • 0a55c2e5ef4c1c1fc50e1fb357679d48df8d7796
  • master default
2 results

gentoo-qa-image

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