ebiten/.builds/arch.yml
2021-06-05 19:46:36 +09:00

18 lines
257 B
YAML

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