What continuous integration tool do you use with haxe and OpenFL?

He there,

I’m looking for a good continuous integration tool to build my Haxe / OpenFL apps. What do you think? Is Jenkins a good choice?

My apps target Android and iOS.

Thank you

Personally, I use TravisCI when doing automated unit tests, then I use TeamCity for OpenFL and for some of the OpenFL supporters in order to do builds :slight_smile:

Thank you, I will try that!

You may consider using https://drone.io if you have a bitbucket repo instead of github (because Travis is only for github repo).

@loudo drone.io doesn’t seem to have an option, when importing a repository, to specify it as a Haxe repo.