EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.75k stars 136 forks source link

gomobile on TravisCI #568

Open Noofbiz opened 6 years ago

Noofbiz commented 6 years ago

The recent versions of gomobile (after hash 598bfe4b20d39a660581f014b68e60c5ad425336) is not being tested. They changed it to build the ndk and platform tools when you run gomobile init. However, on Travis-CI due to insufficient disc space on the container, the builds ended up failing. I'm not sure how to go about fixing this, but I would like to run the builds on the latest gomobile to ensure it builds for everyone.

hajimehoshi commented 6 years ago

Oh, I didn't know it is possible to test gomobile on TravisCI. I'm looking forward to it :-)