diff --git a/.builds/arch.yml b/.builds/arch.yml new file mode 100644 index 000000000..6b620e265 --- /dev/null +++ b/.builds/arch.yml @@ -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 ./...