mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows/sourcehutmanifests: Add FreeBSD
This commit is contained in:
parent
8b775cf0dd
commit
5e21ebd4bc
17
.github/workflows/sourcehutmanifests/freebsd.yml
vendored
Normal file
17
.github/workflows/sourcehutmanifests/freebsd.yml
vendored
Normal 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 ./...
|
Loading…
Reference in New Issue
Block a user