arch.yml 248 B

12345678910111213141516
  1. image: archlinux
  2. packages:
  3. - alsa-lib
  4. - libxcursor
  5. - libxi
  6. - libxinerama
  7. - libxrandr
  8. - mesa
  9. - pkg-config
  10. - go
  11. sources:
  12. - https://github.com/hajimehoshi/ebiten
  13. tasks:
  14. - build: |
  15. cd ebiten
  16. go build -tags=example ./...