ebiten/.builds/arch.yml
2022-08-24 10:34:00 +09:00

17 lines
248 B
YAML

image: archlinux
packages:
- alsa-lib
- libxcursor
- libxi
- libxinerama
- libxrandr
- mesa
- pkg-config
- go
sources:
- https://github.com/hajimehoshi/ebiten
tasks:
- build: |
cd ebiten
go build -tags=example ./...