summaryrefslogtreecommitdiffstats
path: root/pulse-build-script
Commit message (Collapse)AuthorAgeFilesLines
* Pulse: Add `QT_MODULE_TO_TEST' environment variable to Pulse.Sergio Ahumada2011-04-121-0/+1
| | | | | QT_MODULE_TO_TEST is needed by bic, compilerwarnings, headers, symbols and also by guiapplauncher. It's just for the dir to current test module.
* Enable -zero-move-graft by default for Linux builds.axis2011-04-051-1/+4
| | | | Windows cannot use it since git-filter-branch does not work there.
* Change phonon repo to qtphononLiang Qi2011-04-051-1/+1
|
* Replace qt-bundle with qt5Liang Qi2011-04-051-9/+9
|
* Pulse: JOM disabled for the time beingSergio Ahumada2011-04-051-5/+5
|
* Pulse: Let's just use JOM for the time beingSergio Ahumada2011-04-021-3/+4
|
* Pulse: Fixing typoSergio Ahumada2011-04-021-1/+1
|
* Pulse: I was probably too optimistic with -j60Sergio Ahumada2011-04-011-1/+1
| | | | Let's change it to -j20
* Pulse: First attempt to use JOM + IB on Windows.Sergio Ahumada2011-04-011-1/+25
| | | | We should be able to use JOM+IB for building Qt.
* Pulse: Added `qtqa' autotestsSergio Ahumada2011-03-311-1/+1
|
* Pulse: Added JOM to the PATH on Windows.Sergio Ahumada2011-03-301-0/+1
| | | | We want to use JOM+IncrediBuild to build Qt and Webkit when possible.
* Replace qtkernel with qtbaseLiang Qi2011-03-291-3/+3
|
* Replace qtquick with qtdeclarativeLiang Qi2011-03-291-1/+1
|
* Replace mother with qt-bundleLiang Qi2011-03-291-9/+9
|
* Fixed the PATH for non-Windows builds in pulse.axis2011-03-221-0/+2
| | | | This is required for certain tests.
* Added pulse support for -clone-mother.axis2011-03-101-3/+22
|
* Run the test in debug on pulse.Olivier Goffart2011-03-011-2/+2
| | | | | The normal test are not run in release (to catch the Q_ASSERT) and some tests (such as qvariant) fails in release
* Removed -prefix option from configure.axis2011-02-251-1/+1
| | | | It should work without that now.
* Pulse: Fixed the qa-dungeon repo.Sergio Ahumada2011-02-181-1/+1
|
* Pulse: First attempt to run autotests in all modules.Sergio Ahumada2011-02-171-4/+10
|
* Use master branch in pulseMarius Storm-Olsen2011-02-171-1/+1
|
* modularize: make the script output the commands it's runningRohan McGovern2011-02-171-1/+1
| | | | | Use `modularize -verbose' to have all the scripts output their commands as they run, and enable this by default in the Pulse builds.
* pulse-build-script: allow make and configure args to be overriddenRohan McGovern2011-02-171-5/+60
| | | | | | | | | | | | | | | | Make this script follow the same conventions as the rest of our test scripts: - set make.args / PULSE_MAKE_ARGS to customize make arguments (e.g. set to -j30 when distributed compile tool is available) - set configure.args / PULSE_CONFIGURE_ARGS to customize main configure arguments - set configure.extra_args / PULSE_CONFIGURE_EXTRA_ARGS to append some extra configure arguments (e.g. `-no-pch' to turn off PCH and increase build speed with distcc/ccache, or `-silent' to reduce amount of output generated during the build)
* Make Pulse compile faster on Linux and MacMarius Storm-Olsen2011-02-151-1/+1
|
* pulse-build-script: configure with -no-pch for distcc, icecc and ccacheRohan McGovern2011-02-151-1/+1
| | | | | | | | ccache, distcc and icecc tools will not work correctly unless Qt is configured with -no-pch. This commit should considerably improve performance of builds. Signed-off-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* First attempt to run autotests for qtkernel.Sergio Ahumada2011-02-111-7/+29
| | | | | | | | | | | In order to run the autotests locally, use the `-autotest' option. To reuse the same scripts that we use for the CI system you need to set up these three environment variables: PULSE_PLATFORM = linux-g++-32 | win32-msvc2008 | macx-g++ PULSE_TESTS_DIR = /path/to/your/tests PULSE_TESTS_TESTR = 0
* Corrected a typo in the path.axis2011-02-071-1/+1
|
* Added -qtdir argument to pulse-build-script, for testing.axis2011-02-071-2/+5
| | | | | Also got rid of the probing of the environment for QTDIR. It was error prone anyway, and there was no good use for it.
* Added qtkernel/bin to path by default in Windows.axis2011-02-031-1/+4
| | | | | This is required to find the libraries when running programs that depend on them.
* Started to automatically add path to Python on Windows.axis2011-02-011-0/+4
|
* pulse-build-script: use more explicit `git checkout' commandRohan McGovern2011-01-281-1/+1
| | | | | | Doing `git checkout 4.7' to mean `find a remote branch named 4.7 and set up a local branch named 4.7 to track it' is a shortcut only available in newer versions of git.
* Checking out qt/qt#4.7 since patches doesn't make sense for 4.8 yet.Sergio Ahumada2011-01-261-0/+2
|
* Revert "Made the pulse script switch on core.autocrlf on Windows."axis2011-01-251-12/+0
| | | | This reverts commit 5202d645ba6d786ad60ae66494b75b7eebb961f7.
* Made the pulse script switch on core.autocrlf on Windows.axis2011-01-251-0/+12
| | | | The patches need to have CRLF lineendings to be committable.
* Added -mp flag to pulse build script to speed up things.axis2011-01-241-1/+1
|
* Make autotests buildLiang Qi2011-01-071-0/+23
|
* Try to support build on Windows.Liang Qi2010-12-281-2/+10
| | | | configure.exe need to be rewritten.
* pulse-build-script: print out the commands we're runningRohan McGovern2010-12-151-5/+14
|
* Added `-prefix .' to configure script into `pulse-build-script' file.Sergio Ahumada2010-11-191-1/+1
| | | | | This change is to avoid `QMAKESPEC has not been set, so configuration cannot be deduced' error message.
* Pulse: fixed erroneous use of ConfigRohan McGovern2010-11-191-0/+2
|
* Pulse: use `qtgitreadonly' alias for cloning Qt.Rohan McGovern2010-11-191-1/+1
| | | | This is necessary to enable usage of local git mirrors.
* Added build scripts for pulse.axis2010-11-161-0/+36