diff options
-rw-r--r-- | .builds/alpine.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml new file mode 100644 index 0000000..db377d8 --- /dev/null +++ b/.builds/alpine.yml @@ -0,0 +1,20 @@ +image: alpine/latest +packages: + - bash + - busybox + - curl + - gcc +sources: + - https://git.sr.ht/~tk/pack +tasks: + - setup: | + cd pack + curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' + chmod +x do + ./configure -vw + - build: | + cd pack + ./do + - test: | + cd pack + ./test |