aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 11:36:43 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 11:36:43 +0100
commitde07cc5301da71212a457ca89afcf2a25618291c (patch)
treef27650dea9925e58d0816b12c9af878b2a48c7ce
parent1bfd9a05a71e3ec729b65ff040a2496b7b1f8a23 (diff)
downloadpack-de07cc5301da71212a457ca89afcf2a25618291c.tar.gz
pack-de07cc5301da71212a457ca89afcf2a25618291c.tar.xz
pack-de07cc5301da71212a457ca89afcf2a25618291c.zip
add builds.sr.ht manifest for alpine
-rw-r--r--.builds/alpine.yml20
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