azul3d / engine

Azul3D - A 3D game engine written in Go!
https://azul3d.org
Other
606 stars 54 forks source link

Setup Travis CI #149

Open slimsag opened 8 years ago

mewmew commented 8 years ago

Definitely +1! This would be great.

You may also want to look into using coveralls.io for code coverage, which integrates well with Travis CI.

When I went through the process of setting up Travis CI for another repo, I wrote a short HOWTO about it. If it helps, you may take a look at the instructions resented in the meta issue https://github.com/decomp/decompilation/issues/4#issuecomment-62314749

dmitshur commented 8 years ago

In case it's helpful, feel free to look at the scripts I've used for my Go packages that use OpenGL:

My starting template for Travis CI files for normal Go packages (no cgo dependencies) can be found here.

Happy to answer any questions, if you have any or need help with this!