corpus

Log | Files | Refs | README | LICENSE

commit 7963a795a8cb0eb5ad63e3540fa0d39d47e53816
parent 3b2a13f13ac1d64a040c575899f23f3a6e4e8629
Author: mtmn <miro@haravara.org>
Date:   Sun,  3 May 2026 00:14:20 +0200

feat(ci): add build job

Diffstat:
A.build.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -0,0 +1,7 @@ +image: nixos/unstable +sources: + - https://git.sr.ht/~mtmn/corpus +tasks: + - build: | + cd corpus + nix build --print-build-logs