2022-07-10 18:47:46 +00:00
|
|
|
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:34:56 +00:00
|
|
|
image: archlinux/archlinux
|
2022-07-11 18:33:52 +00:00
|
|
|
commands:
|
|
|
|
- cd _pkg
|
|
|
|
- makepkg -cs
|