Re: Jenkins and Qt projects

2012-10-24 Thread mrz
projects in Jenkins as well as non-Qt based projects. I'm primarily unix based and have found that the best way to get all of the builds working is to do everything from shell scripts that call make, which then calls qmake to build Makefiles and then make to build the code. I'm using msys

Re: Jenkins and Qt projects

2012-10-23 Thread Jon Schewe
modified or had more option. However, at the end of the day, the important thing is if your jobs can be compiled, no matter how. Thank you Jon for your advice. On Tuesday, October 23, 2012 4:59:08 AM UTC+3:30, Jon Schewe wrote: I build Qt based projects in Jenkins as well as non-Qt based

Re: Jenkins and Qt projects

2012-10-22 Thread mrz
I successfully installed the qmakebuilder plug-in into my Jenkins by adding the .hpi file that i got from compiling the code with JDK 6 and it seems to work smoothly for me. I believe the .hpi file Richard has compiled should work just fine as well. Thank you once again. On Saturday, October

Re: Jenkins and Qt projects

2012-10-22 Thread Jon Schewe
I build Qt based projects in Jenkins as well as non-Qt based projects. I'm primarily unix based and have found that the best way to get all of the builds working is to do everything from shell scripts that call make, which then calls qmake to build Makefiles and then make to build the code. I'm

Re: Jenkins and Qt projects

2012-10-22 Thread mrz
for your advice. On Tuesday, October 23, 2012 4:59:08 AM UTC+3:30, Jon Schewe wrote: I build Qt based projects in Jenkins as well as non-Qt based projects. I'm primarily unix based and have found that the best way to get all of the builds working is to do everything from shell scripts that call

Jenkins and Qt projects

2012-10-20 Thread mrz
http://stackoverflow.com/questions/12986156/use-jenkins-ci-for-qt-projects# * * Hi everyone, this is my first time using Jenkins. I'm trying to use Jenkins for some project I have written in Qt framework. There is qmake plug-inhttp://wiki.hudson-ci.org/display/HUDSON/qmakebuilder

Re: Jenkins and Qt projects

2012-10-20 Thread Mark Waite
).  Mark Waite From: mrz rashi...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Saturday, October 20, 2012 5:40 AM Subject: Jenkins and Qt projects Hi everyone, this is my first time using Jenkins. I'm trying to use Jenkins for some project I

Re: Jenkins and Qt projects

2012-10-20 Thread mrz
On Saturday, October 20, 2012 5:09:29 PM UTC+3:30, Richard Mortimer wrote: Hi, On 20/10/2012 13:45, Richard Mortimer wrote: The plugin is already in the jenkins build environment. I suspect it needs someone to give it a little care and maybe take ownership of it if it still serves