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