Testing Cocos2dx C++ project with Travis CI

Hi,

Does anyone have a simple way of testing Cocos2dx C++ projects on Travis CI using GoogleTest? Coveralls would be cool too.

Interested to in automated testing

Ive recently done some work on my project to integrate Google Test and Google Mock successfully which is great :slight_smile: I’m not sure of Travis yet tho.

Can you please share you sample project with integration?

Have a look at the develop branch it has a tests directory with some test in, I have alot more to write :slight_smile:

You can also have a look on my blog www.bitbosh.com for a detailed explanation.

https://github.com/damorton/Argon