Add arch pkgbuild
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
51d5409055
commit
484aec1464
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@ steps:
|
||||||
image: koalaman/shellcheck-alpine:latest
|
image: koalaman/shellcheck-alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
|
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
|
||||||
|
- name: build arch package
|
||||||
|
image: archlinux/archlinix
|
||||||
|
commands:
|
||||||
|
- cd _pkg
|
||||||
|
- makepkg -cs
|
||||||
|
|
Loading…
Reference in a new issue