aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
new file mode 100644
index 0000000..10688f1
--- /dev/null
+++ b/.builds/archlinux.yml
@@ -0,0 +1,21 @@
+image: archlinux
+packages:
+ - bash
+ - coreutils
+ - curl
+ - findutils
+ - 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 -wve
+ - build: |
+ cd pack
+ ./do
+ - test: |
+ cd pack
+ ./test