ebiten/.builds/freebsd.yml

17 lines
241 B
YAML
Raw Normal View History

image: freebsd/latest
packages:
- alsa-lib
- libxcursor
- libxi
- libxinerama
- libxrandr
- mesa-libs
- pkgconf
- go
sources:
- https://github.com/hajimehoshi/ebiten
tasks:
- build: |
cd ebiten
go build ./...