summary refs log tree commit diff
path: root/.build.yml
blob: e9ba3b69b255c2154e9cf8135844c56cbba5bed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: archlinux
packages:
  - glfw
  - glu
  - libvorbis
  - openal
  - stb
  - zig
sources:
  - https://git.sr.ht/~cnx/blackshades
tasks:
  - build: |
      cd blackshades
      zig build -Drelease-fast=true