aboutsummaryrefslogtreecommitdiffhomepage
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml18
1 files changed, 6 insertions, 12 deletions
diff --git a/.build.yml b/.build.yml
index 05707cf..b9bb2a3 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,22 +1,16 @@
-image: openbsd/latest
+image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
-- coreutils--
-- gsed--
-- cmake--
-- gcc--
-- lowdown--
-- go--
+- coreutils
+- rsync
+- lowdown
+- go
+- hut
environment:
site: bt.srht.site
sources:
- https://git.sr.ht/~bt/btxx.org
tasks:
-- install-hut: |
- git clone https://git.sr.ht/~xenrox/hut
- cd hut
- make
- doas make install
- build: |
cd btxx.org
make build