From 3c5a5ae8f80a76f8ad41a82b1ff8dee2bf046d6a Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 29 Dec 2021 12:29:33 -0500 Subject: [PATCH] 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! --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..f34a5c2 --- /dev/null +++ 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 -- libgit2 1.1.1