nophead / Mendel90

A RepRap Mendel variant using sheets for the frame instead of rods
http://hydraraptor.blogspot.com/2011/12/mendel90.html
262 stars 247 forks source link

Travis configuration #44

Closed brad closed 10 years ago

brad commented 10 years ago

This is a basic Travis configuration I was using to make sure my updates for #43 worked. All it does is install the latest version of Openscad from the PPA and build the dibond and sturdy variants of Mendel90 (I tried doing the mendel variant as well, but all three variants take too long and Travis kills the build).

Travis will let you know if anything went wrong with the build, whether it be openscad or python errors. With #42, you can easily add a build badge that displays the build status to the README. Another great benefit of Travis is that it's integrated with Github to let you know if pull requests build successfully (only pull requests submitted after getting the .travis.yml into master).