mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
86e694941f
Closes #1462
17 lines
234 B
YAML
17 lines
234 B
YAML
image: archlinux
|
|
packages:
|
|
- alsa-lib
|
|
- libxcursor
|
|
- libxi
|
|
- libxinerama
|
|
- libxrandr
|
|
- mesa
|
|
- pkg-config
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build ./...
|