hey,
Does someone know how to create urho3d project in github that can be used for travis-ci ?
I cloned a Urho3d and setup travis-ci for that. I had to add
sudo: required
and removed the “after_success” part. And travis-ci compiled it.
So now i wanted to create a project that uses Urho3d as a lib (e.g. Urho3dIDE). How can i do it ?