diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 11:36:43 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 11:36:43 +0100 |
commit | de07cc5301da71212a457ca89afcf2a25618291c (patch) | |
tree | f27650dea9925e58d0816b12c9af878b2a48c7ce | |
parent | 1bfd9a05a71e3ec729b65ff040a2496b7b1f8a23 (diff) | |
download | pack-de07cc5301da71212a457ca89afcf2a25618291c.tar.gz pack-de07cc5301da71212a457ca89afcf2a25618291c.tar.xz pack-de07cc5301da71212a457ca89afcf2a25618291c.zip |
add builds.sr.ht manifest for alpine
-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 |