Alexander Schäferdiek
07cbe31337
Some checks failed
continuous-integration/drone/push Build is failing
16 lines
No EOL
447 B
YAML
16 lines
No EOL
447 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 /home/build
|
|
- cd /home/build/_pkg
|
|
- makepkg -cs |