system-helpers/.drone.yml

14 lines
346 B
YAML
Raw Normal View History

kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck-alpine:latest
commands:
2022-07-10 18:52:48 +00:00
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
2022-07-11 18:33:52 +00:00
- name: build arch package
image: archlinux/archlinix
commands:
- cd _pkg
- makepkg -cs