From de07cc5301da71212a457ca89afcf2a25618291c Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 5 Aug 2021 11:36:43 +0100 Subject: add builds.sr.ht manifest for alpine --- .builds/alpine.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .builds/alpine.yml 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 -- cgit v1.2.3-54-g00ecf