summary refs log tree commit diff
path: root/.build.yml
blob: 9475eb676317d20e8e7f8b4266fd6e629414aafe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: archlinux
packages:
  - freealut
  - glu
  - libvorbis
  - openal
  - sdl
  - stb
  - zig
sources:
  - https://git.sr.ht/~cnx/blackshades
tasks:
  - build: |
      cd blackshades
      make -j `nproc`
      zig build