What tools do you use to automate your ionic build?

Hi,

Just wondered what tools people are using to automate there ionic build process?

Cheers,
Dave

I ve setup two build processes with Jenkins

The first process builds the app with grunt runs all tests and generates the documentation.
The second one builds the apps ( ios, android and android with crosswalk ) as well as a webpage

Regards

Cool thanks

Whats your process of building the apps on the second one? Do you use phonegap build? Or anything simular?

No
i ve two dedicated nodes ( one for ios and and one for android )
Its just like

ionic build android 

and

ionic build ios 

on the command line

Is any link or doc available for this? If yes it will very helpful for me.