mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
e9a4d99f6a
Updates #1664
18 lines
300 B
YAML
18 lines
300 B
YAML
image: alpine/latest
|
|
packages:
|
|
- alsa-lib-dev
|
|
- libx11-dev
|
|
- libxcursor-dev
|
|
- libxinerama-dev
|
|
- libxi-dev
|
|
- libxrandr-dev
|
|
- mesa-dev
|
|
- pkgconf
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten#{{.Commit}}
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build -tags=example ./...
|