From 96e6ebe64a64971fc56c26c3e918b159b993a48a Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 19 Sep 2008 10:42:18 +0000 Subject: [PATCH] Change slightly so that it doesn't display the branch as it makes the column rather wide. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/include/csleobuild.xml | 115 ++++++++++++++++++- 1 file changed, 114 insertions(+), 1 deletion(-) diff --git a/build/buildbot/config/include/csleobuild.xml b/build/buildbot/config/include/csleobuild.xml index 5460694d0c..e5f7ff877e 100644 --- a/build/buildbot/config/include/csleobuild.xml +++ b/build/buildbot/config/include/csleobuild.xml @@ -1 +1,114 @@ - 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 /' running tests run tests export DYLD_LIBRARY_PATH=../lib cd tests && ./test && ./test_gui \ No newline at end of file + + + + + + + + + + + + + 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 /' + + + + + + + + + running tests + run tests + + + + + export DYLD_LIBRARY_PATH=../lib + cd tests && + ./test && + ./test_gui + + + + + + -- 2.47.2