aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml20
1 files changed, 13 insertions, 7 deletions
diff --git a/.build.yml b/.build.yml
index 9a6fa01..05707cf 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,16 +1,22 @@
-image: alpine/latest
+image: openbsd/latest
oauth: pages.sr.ht/PAGES:RW
packages:
-- rsync
-- coreutils
-- lowdown
-- go
-- hut
+- coreutils--
+- gsed--
+- cmake--
+- gcc--
+- lowdown--
+- go--
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
@@ -18,4 +24,4 @@ tasks:
cd btxx.org/build
tar -cvz . > ../../site.tar.gz
- upload: |
- hut pages publish -d bt.srht.site site.tar.gz \ No newline at end of file
+ hut pages publish -d bt.srht.site site.tar.gz