dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
273 stars 26 forks source link

Initial Travis CI support #25

Closed dciabrin closed 4 years ago

dciabrin commented 4 years ago

Initial Travis CI support

This initial CI test consists in compiling the devkit, and check whether it's usable to compile the included examples programs.

Rather than recompiling the entire toolchain and gngeo, we depend on the latest pre-built deb packages from the ngdevkit Launchpad PPA. This greatly speeds up the CI job without any major drawback.

Closes #24