mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
4c42e70e69
There is an intentional limitation in builds.sr.ht and only up to 4 VMs work at the same time. Users have to follow this rule. Updates #1664
19 lines
351 B
YAML
19 lines
351 B
YAML
image: fedora/latest
|
|
packages:
|
|
- alsa-lib-devel
|
|
- libXcursor-devel
|
|
- libXrandr-devel
|
|
- libXinerama-devel
|
|
- libXi-devel
|
|
- libXxf86vm-devel
|
|
- mesa-libGLES-devel
|
|
- mesa-libGLU-devel
|
|
- pkg-config
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build -tags=example ./...
|