Enable CI on drone (#5)
continuous-integration/drone the build was successful Details

This commit is contained in:
Manuel Friedli 2018-09-03 23:42:33 +02:00 committed by Gitea
parent e53bc70274
commit b01b279f3a
3 changed files with 6 additions and 21 deletions

5
.drone.yml Normal file
View File

@ -0,0 +1,5 @@
pipeline:
build:
image: aegypius/repoman
commands:
- repoman -x -p

View File

@ -1,20 +0,0 @@
stages:
- check
- deploy
Repoman:
stage: check
script:
- repoman -x -p
pages:
stage: deploy
only:
- master
script:
- chmod +x .gitlab-pages-generator.sh
- ./.gitlab-pages-generator.sh . .public
- mv .public public
artifacts:
paths:
- public

View File

@ -3,7 +3,7 @@ fritteli's Gentoo overlay
Gentoo overlay with some ebuilds that I found either outdated or missing in the official repository or in other overlays. Ebuilds are usually removed from this overlay whenever I find a version available in the official tree or in another overlay (provided I'm satisfied with them).
Build status of the [master branch](https://gittr.ch/linux/gentoo-overlay/src/branch/master), as seen by `repoman -p -x`: Currently unavailable.
Build status of the [master branch](https://gittr.ch/linux/gentoo-overlay/src/branch/master), as seen by `repoman -p -x`: ![Build status](https://ci.gittr.ch/api/badges/linux/gentoo-overlay/status.svg)
Using with plain (recent) Portage
---------------------------------