ebiten/.github/workflows/sourcehutmanifests/freebsd.yml

18 lines
276 B
YAML

image: freebsd/latest
packages:
- alsa-lib
- glfw
- libxcursor
- libxi
- libxinerama
- libxrandr
- mesa-libs
- pkgconf
- go
sources:
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
tasks:
- build: |
cd ebiten
go build -tags=example ./...