diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..799b832 --- /dev/null +++ b/.build.yml @@ -0,0 +1,10 @@ +image: archlinux +packages: + - openal + - zig +sources: + - https://git.sr.ht/~cnx/zig +tasks: + - build: | + cd zeal + zig build test |