ebiten/.github/workflows/sourcehutmanifests/arch.yml
2021-08-27 12:39:07 +09:00

17 lines
260 B
YAML

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