mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
da55ab895a
Updates #1549
18 lines
257 B
YAML
18 lines
257 B
YAML
image: archlinux
|
|
packages:
|
|
- alsa
|
|
- libxcursor
|
|
- libpulse
|
|
- libxi
|
|
- libxinerama
|
|
- libxrandr
|
|
- mesa
|
|
- pkg-config
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build -tags=example ./...
|