ebiten/.builds/arch.yml

17 lines
248 B
YAML
Raw Normal View History

image: archlinux
packages:
- alsa-lib
- mesa
- libxrandr
- libxcursor
- libxinerama
- libxi
- 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 ./...