mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.build: add arch.yml again
This commit is contained in:
parent
b858f36d54
commit
7c64000c09
16
.builds/arch.yml
Normal file
16
.builds/arch.yml
Normal 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 ./...
|
Loading…
Reference in New Issue
Block a user