blob: d0f26a217f4c9999265c4a83d4a235b90ec52fdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: archlinux
packages:
- libsndfile
- openal
- pulseaudio
- zig
sources:
- https://git.sr.ht/~cnx/zeal
tasks:
- build: |
cd zeal
pulseaudio -D
zig build test
|