blob: 85cabb69d6d9651052cabb9852022b6f4d5e287e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: archlinux
packages:
- glfw
- glu
- libvorbis
- openal
- zig
sources:
- https://git.sr.ht/~cnx/blackshades
tasks:
- build: |
cd blackshades
zig build -Drelease-fast=true
|