diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
commit | c5ad891da3d5cee9958a02d660db99a41fec111b (patch) | |
tree | a05a27125c1fa1acde723b4234dabf89997e4ead /.build.yml | |
parent | 30f666f3ada479974353cdd7f3be9cdcec497fa1 (diff) | |
download | blackshades-main.tar.gz |
Awaiting upstream libraries to support Zig 0.14 to purge the submodules: * ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632 * qoi: https://github.com/ikskuh/zig-qoi/pull/14
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 7ef127b..0000000 --- a/.build.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: alpine/edge -packages: - - glfw-dev - - glu-dev - - libsndfile-dev - - openal-soft-dev - - reuse - - zig -sources: - - https://git.sr.ht/~cnx/blackshades -tasks: - - build: | - cd blackshades - zig build -Doptimize=ReleaseSafe - - reuse: reuse --root blackshades lint |