From b4977892e64ab45bf307fe9bcbe61a57b72b40d0 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 6 Jul 2024 12:11:46 -0400 Subject: Test out build speed using OpenBSD image --- .build.yml | 20 +++++++++++++------- header.html | 4 +++- 2 files changed, 16 insertions(+), 8 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 diff --git a/header.html b/header.html index cd1ca7a..7d06ac6 100644 --- a/header.html +++ b/header.html @@ -8,7 +8,9 @@ {{TITLE}} - +