Commit Diff
--- /dev/null +++ .build.yml @@ -0,0 +1,9 @@ +image: archlinux +packages: + - zig +sources: + - https://git.sr.ht/~mtmn/magdalena +tasks: + - test: | + cd magdalena + zig build test --summary all
--- /dev/null +++ .build.yml @@ -0,0 +1,9 @@ +image: archlinux +packages: + - zig +sources: + - https://git.sr.ht/~mtmn/magdalena +tasks: + - test: | + cd magdalena + zig build test --summary all