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