mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-31 04:54:28 +01:00
b938806fc1
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
17 lines
260 B
YAML
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 ./...
|