system-helpers/.drone.yml

16 lines
440 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
2022-07-11 18:54:11 +00:00
image: whynothugo/makepkg
environment:
SYNC_DATABASE: 1
2022-07-11 18:33:52 +00:00
commands:
2022-07-11 19:04:43 +00:00
- cp -r /drone/src /pkg
- cd /home/build/_pkg
- makepkg -cs