I have an Adobe AIR app written with Robotlegs 1.5.2. The unit test framework used is FlexUnit4. I already have a Jenkins CI setup for projects written with CakePHP 2.x and unit test framework of PHPUnit. My Jenkins CI server is on Ubuntu 11.10 on Rackspace.
I intend to use the same Jenkins server for the Adobe AIR app project. I am using git and github and do not intend to switch to maven. I found this tutorial, but it looks very intimidating and it was written in 2011.
I wonder if there is another way or this is the best way to go. I want a blow by blow account of how to setup a CI on a Jenkins that also runs FlexUnit4 tests before deployment for Adobe AIR app.
The Adobe AIR app will be deployed on the server for people to download.
I prefer answers from those who have experience setting it up at least once in the past 6 months.