From: Michael Wetherell Date: Mon, 6 Oct 2008 20:48:32 +0000 (+0000) Subject: Limit to one build at a time with a lock, share checkout dirs, do full builds X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8dabb0bd608c2cfbb793e1f07f875d3786731197?ds=sidebyside;hp=fe6b1b853aaa900356d12f69e8e3d84467221f4c Limit to one build at a time with a lock, share checkout dirs, do full builds out of tree and use ccache. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/ravnsgaard.xml b/build/buildbot/config/include/ravnsgaard.xml new file mode 100644 index 0000000000..13ad4f2381 --- /dev/null +++ b/build/buildbot/config/include/ravnsgaard.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + slave + + + + + + + + + + + + + + + + + + + + ../ + + + + + creating build directory + create build directory + . + + rm -rf build && + mkdir build && + ln -sf ../ src + + + + + + + + + + + ../src/configure --disable-precomp-headers + + find . -name Makefile | xargs perl -pi -e 's/^(?:CC|CXX) = /$&ccache /' + + + + diff --git a/build/buildbot/config/ravnsgaard.xml b/build/buildbot/config/ravnsgaard.xml index f846330550..a7eced13ab 100644 --- a/build/buildbot/config/ravnsgaard.xml +++ b/build/buildbot/config/ravnsgaard.xml @@ -6,7 +6,7 @@ Licence: wxWidgets licence --> - + Linux i386 wxGTK trunk STL debug ravnsgaard_wxgtk_debug