aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:14:23 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:14:23 -0400
commit2ae81e366af0539a1b55de722c22c0a13fe2cada (patch)
tree327bb91171199e18ca12703a4cb7cb07827821e9 /.build.yml
parentcda23b7b38cfec01bb182faa616a227d2cef29ae (diff)
Default back to smu for builds
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 992be5f..1ccda0f 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: barf.btxx.org
sources:
- https://git.sr.ht/~bt/barf
tasks:
+- install-smu: |
+ git clone https://git.sr.ht/~bt/smu
+ cd smu
+ sudo make
+ sudo make install
- build: |
cd barf
make build