Re: [Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread Alexander Ivash
Thank you guys, jenkins looks like a right way to go! 2015-06-02 16:12 GMT+03:00 alexander golks : > hi, > > we are using jenkins, for windows currently only, but: > > - we use dependencies during a build, having multiple libraries build > first and the depending users build afterwards > - severa

Re: [Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread alexander golks
hi, we are using jenkins, for windows currently only, but: - we use dependencies during a build, having multiple libraries build first and the depending users build afterwards - several different custom build steps for some projects - calls to cygwin and cmd line scripts // must pay attention

Re: [Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread Edward Sutton
Jenkins has a plug-in or two for Qt. I do not use them. My jenkins jobs consist of manual calls to qmake, scripts and stuff. No magic. Basically recreating the commands I see in Qt Creator’s compiler window. This may give an overview: http://www.egeek.me/2012/07/10/jenkins-and-qt/ -Ed On

Re: [Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread Alexander Ivash
Thank you, I will take a look! But does it have support for Qt-based projects, or custom build steps with manual launching 'qmake' / 'xxxdeploy' tools are required? 2015-06-02 15:17 GMT+03:00 Edward Sutton : > I use Jenkins for building releases for Android, iOS, Linux, OS X, and > Windows. > >

Re: [Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread Edward Sutton
I use Jenkins for building releases for Android, iOS, Linux, OS X, and Windows. https://jenkins-ci.org/ I have a job that builds an Android APK ready for Google Play Store deployment. On iOS I still have work to do. I need to figure out how to do a command line, sign, archive, and package bef

[Interest] cross-platform CI for mobile Qt-based projects (iOS / android)

2015-06-02 Thread Alexander Ivash
Does such a thing exist at the moment? If no, I'd appreciate any hints on implementing this (At the moment I'm looking at the 'builbot', but not sure if this is the best option). ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.or