Add drone.yml
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
94d91e1f1a
commit
79f2a16f9d
1 changed files with 18 additions and 0 deletions
18
.drone.yml
Normal file
18
.drone.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Lint
|
||||||
|
image: archlinux/base
|
||||||
|
commands:
|
||||||
|
- pacman -Syu --noconfirm namcap grep
|
||||||
|
- namcap -i pegasus-frontend-git/PKGBUILD
|
||||||
|
- namcap -i rom-manager-git/PKGBUILD
|
||||||
|
- namcap -i tale-git/PKGBUILD
|
||||||
|
- namcap -i talk-cli-git/PKGBUILD
|
||||||
|
- namcap -i tsk-git/PKGBUILD
|
||||||
|
- namcap -i vita3k-git/PKGBUILD
|
||||||
|
|
||||||
|
...
|
Loading…
Add table
Add a link
Reference in a new issue