diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml index 378ef1a..9c7016d 100644 --- a/.build.yml +++ b/.build.yml @@ -5,8 +5,11 @@ packages: - libvorbis - openal - sdl - - sdl_image + - stb sources: - https://git.sr.ht/~cnx/blackshades tasks: - - build: make -C blackshades -j `nproc` + - build: | + cd blackshades + make -j `nproc` + zig build |