about summary refs log tree commit diff
path: root/.build.yml
blob: 500a409539824cd01e58d2f5b325405d785d1b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
image: archlinux
packages:
  - libx11
  - libxfixes
  - zig
sources:
  - https://git.sr.ht/~cnx/clipbuzz
tasks:
  - build: |
      cd clipbuzz
      zig build