ebiten/.builds/arch.yml
2020-08-20 01:08:44 +09:00

17 lines
248 B
YAML

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