.build: add arch.yml again

This commit is contained in:
Hajime Hoshi 2022-08-24 10:30:45 +09:00
parent b858f36d54
commit 7c64000c09

16
.builds/arch.yml Normal file
View File

@ -0,0 +1,16 @@
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 -tags=example ./...