summary refs log tree commit diff
path: root/.build.yml
blob: 378ef1ac9c1191298a0a2f454f3d0fb528e6b7e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
image: archlinux
packages:
  - freealut
  - glu
  - libvorbis
  - openal
  - sdl
  - sdl_image
sources:
  - https://git.sr.ht/~cnx/blackshades
tasks:
  - build: make -C blackshades -j `nproc`