diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:25:49 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:25:49 +0900 |
commit | 4387441bf8a30fa48a0c3d63ec9f3dc5eaa5d3ea (patch) | |
tree | 8147600c81a7ebab227b4eb445de69e9f8db8201 | |
parent | 7580c25a081e39732afaaa7a630d7f58005d5ab1 (diff) | |
download | zeal-main.tar.gz |
-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 |