graphitemaster / incbin

Include binary files in C/C++
The Unlicense
967 stars 90 forks source link

Add travis testing #14

Closed Habbie closed 8 years ago

Habbie commented 8 years ago

Would you be open to travis-ci.org testing of incbin? I'd be happy to contribute it.

IngwiePhoenix commented 8 years ago

I've been using Travis testing in my IceTea project, that also uses Incbin. Feel free to use that file as a template! :) https://github.com/IngwiePhoenix/IceTea/blob/master/.travis.yml

It tests across a few compilers and platforms. That is why $TRCXX is used.

2015-12-03 9:17 GMT+01:00 Peter van Dijk notifications@github.com:

Would you be open to travis-ci.org testing of incbin? I'd be happy to contribute it.

— Reply to this email directly or view it on GitHub https://github.com/graphitemaster/incbin/issues/14.

IngwiePhoenix commented 8 years ago

https://travis-ci.org/IngwiePhoenix/IceTea Thats the results page.

graphitemaster commented 8 years ago

I would be open to testing. But I don't feel like doing all the work to do all that testing :P

IngwiePhoenix commented 8 years ago

Well maybe I'll PR a travis file to run incbin on travis for some tiny testing ^^.