1
0

freebsd.yml 241 B

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