commit 3c5a5ae8f80a76f8ad41a82b1ff8dee2bf046d6a (patch) parent cc8454ce7d23cae6045882573de2058376523e73 Author: Alex Karle <alex@alexkarle.com> Date: Wed, 29 Dec 2021 12:29:33 -0500 Add CI via builds.sr.ht The build/test are super fast, but it's good to run them on each push as a sanity check! Diffstat:
A | .build.yml | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -0,0 +1,13 @@ +# srht.site build +image: openbsd/latest +sources: + - https://git.sr.ht/~akarle/nihdoc +tasks: +- build: | + make -C nihdoc +- test: | + make -C nihdoc check +triggers: +- action: email + condition: failure + to: ci@alexkarle.com