Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gentoo-qa-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Poncho
gentoo-qa-image
Commits
039b4c19
Verified
Commit
039b4c19
authored
May 11, 2020
by
Poncho
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci.yml.example: add example, update readme
parent
57ba9380
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+24
-0
24 additions, 0 deletions
README.md
gitlab-ci.yml.example
+20
-0
20 additions, 0 deletions
gitlab-ci.yml.example
with
44 additions
and
0 deletions
README.md
+
24
−
0
View file @
039b4c19
# gentoo-qa-image
# gentoo-qa-image
To check your overlay for QA issues, add the following
`.gitlab-ci.yml`
:
```
yaml
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
```
This diff is collapsed.
Click to expand it.
gitlab-ci.yml.example
0 → 100644
+
20
−
0
View file @
039b4c19
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment