lvc / api-sanity-checker

An automatic generator of basic unit tests for a C/C++ library
https://lvc.github.io/api-sanity-checker/
GNU Lesser General Public License v2.1
85 stars 13 forks source link

Continuous integration on travis-ci #11

Closed cdeil closed 4 years ago

cdeil commented 11 years ago

Maybe this could be useful?

travis-ci is a free continuous integration service that integrates nicely with github and runs the api-sanity-checker tests for every commit and pull request using gcc and clang and different perl versions on Ubuntu.

It might not be very useful for you, because there's community of committers to your project, and you might have your own continuous integration system, but hey, it's free.

If you like it I can do the same for the other lvc repos.

cdeil commented 11 years ago

Actually I think the clang / gcc compiler selection might not work at the moment and the tests might run with gcc even if the build info says clang. I'll try to find out.