system-helpers/.drone.yml

17 lines
439 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 18:56:29 +00:00
- chown -R build:build /drone/src
2022-07-11 18:54:11 +00:00
- cd _pkg
- makepkg -cs