.github/workflows/sourcehutmanifests: Add FreeBSD

This commit is contained in:
Hajime Hoshi 2021-10-16 04:54:53 +09:00
parent 8b775cf0dd
commit 5e21ebd4bc

View File

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