system-helpers/.drone.yml
Alexander Schäferdiek 019a511671
Some checks failed
continuous-integration/drone/push Build is failing
Try at fixing
2022-07-11 21:04:43 +02:00

16 lines
No EOL
440 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck-alpine:latest
commands:
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
- name: build arch package
image: whynothugo/makepkg
environment:
SYNC_DATABASE: 1
commands:
- cp -r /drone/src /pkg
- cd /home/build/_pkg
- makepkg -cs