diff options
-rw-r--r-- | .build.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index d0f26a2..0000000 --- a/.build.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: archlinux -packages: - - libsndfile - - openal - - pulseaudio - - zig -sources: - - https://git.sr.ht/~cnx/zeal -tasks: - - build: | - cd zeal - pulseaudio -D - zig build test |