ebiten/.builds/ubuntu.yml
Hajime Hoshi 4c42e70e69 .github/workflows: use the web hook for builds.sr.ht instead of web APIs
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
2021-12-15 02:54:16 +09:00

20 lines
352 B
YAML

image: ubuntu/lts
packages:
- libasound2-dev
- libc6-dev
- libglu1-mesa-dev
- libgl1-mesa-dev
- libxcursor-dev
- libxi-dev
- libxinerama-dev
- libxrandr-dev
- libxxf86vm-dev
- pkg-config
- golang
sources:
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
tasks:
- build: |
cd ebiten
go build -tags=example ./...