<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Alessandro Ghedini <span dir="ltr"><<a href="mailto:alessandro@ghedini.me" target="_blank">alessandro@ghedini.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Travis has some limitations though, like the fact that it only supports Linux<br>
and OS X, with fairly old compiler versions (e.g. gcc 4.6). <br></blockquote><div><br></div><div>Take a look at .travis.yml and mk/update-travis-yml.py in <a href="https://github.com/briansmith/ring">https://github.com/briansmith/ring</a>, which allows a project to be built/tested using many versions of GCC and Clang. Recently Clang-3.7 stopped working on Travis but I think it will start working again soon.</div><div><br></div><div>On Windows, you can use Appveyor; see appveyor.yml in the repo linked above.</div><div><br></div><div>Cheers,</div><div>Brian </div></div>
</div></div>