From 7c64000c09e065f02f6ffa7f073839803f62582e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 24 Aug 2022 10:30:45 +0900 Subject: [PATCH] .build: add arch.yml again --- .builds/arch.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .builds/arch.yml 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 ./...