ebiten/.builds/arch.yml

18 lines
257 B
YAML
Raw Normal View History

image: archlinux
packages:
- alsa
- libxcursor
- libpulse
- libxi
- libxinerama
- libxrandr
- mesa
- pkg-config
- go
sources:
- https://github.com/hajimehoshi/ebiten
tasks:
- build: |
cd ebiten
2020-08-19 18:08:44 +02:00
go build -tags=example ./...