diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 02:22:44 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 02:22:44 +0100 |
commit | 8811b6fceb38fc379dfc0877fdffe5493d0ff8b1 (patch) | |
tree | c35ae4194e78afe162511fce43256b4fc3f09cc4 | |
parent | 34ef660d50890892970ad7b9e15c9b0bd9d93ebb (diff) | |
download | pack-8811b6fceb38fc379dfc0877fdffe5493d0ff8b1.tar.gz pack-8811b6fceb38fc379dfc0877fdffe5493d0ff8b1.tar.xz pack-8811b6fceb38fc379dfc0877fdffe5493d0ff8b1.zip |
add builds.sr.ht manifest for archlinux
-rw-r--r-- | .builds/archlinux.yml | 21 |
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 |