aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:04:24 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:04:24 -0400
commitc462fedc98f3810baf6d7ebc588748c907e7445b (patch)
treed5c0b6aac84c8f2e3b4fbef737d6bb14fa88b09b /.build.yml
parent70d8bb745024d2b382a93522e258fc28e7cc0c67 (diff)
Fix build, use smu and remove build directory
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 63bba05..c0132bc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,7 +3,6 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- rsync
- coreutils
-- lowdown
- go
- hut
environment:
@@ -11,6 +10,11 @@ site: jsfree.org
sources:
- https://git.sr.ht/~bt/jsfree.org
tasks:
+- install-smu: |
+ git clone https://git.btxx.org/smu
+ cd smu
+ make
+ make install
- build: |
cd jsfree.org
make build