ebiten/.github/workflows/sourcehutmanifests/freebsd.yml
Hajime Hoshi 0d9a165e8f .github/workflows/sourcehutmanifests: glfw is no longer needed on FreeBSD
There was an issue that go-gl/glfw requried an external GLFW go-gl/glfw#313,
and this was fixed.
2021-10-24 15:31:47 +09:00

17 lines
267 B
YAML

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