From 74e6734592400bb121fe89eb853ff489704fadbc Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 28 Sep 2007 11:39:39 +0000 Subject: [PATCH] Add buildbot configuration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/common.xml | 112 ++++++++++++++++++ build/buildbot/config/example.xml | 145 +++++++++++++++++++++++ build/buildbot/config/testdrive.xml | 176 ++++++++++++++++++++++++++++ 3 files changed, 433 insertions(+) create mode 100644 build/buildbot/config/common.xml create mode 100644 build/buildbot/config/example.xml create mode 100644 build/buildbot/config/testdrive.xml diff --git a/build/buildbot/config/common.xml b/build/buildbot/config/common.xml new file mode 100644 index 0000000000..2e2f0daa9e --- /dev/null +++ b/build/buildbot/config/common.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + trunk_quick + trunk + 900 + doc/* + + + + stable_quick + + 900 + doc/* + + + + + + sunday_6am + 6 + 0 + + + + monday_6am + 6 + 1 + + + + tuesday_6am + 6 + 2 + + + + wednesday_6am + 6 + 3 + + + + thursday_6am + 6 + 4 + + + + friday_6am + 6 + 5 + + + + saturday_6am + 6 + 6 + + + + + + daily_6am + 6 + + + + + + wxWidgets + + + diff --git a/build/buildbot/config/example.xml b/build/buildbot/config/example.xml new file mode 100644 index 0000000000..5c79147ba5 --- /dev/null +++ b/build/buildbot/config/example.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + Linux x86_64 wxGTK Stable + + + example_gtk + + + trunk_quick + + + debug + + + nmake -f makefile.vc SHARED=1 CPPUNIT_CFLAGS=-I\cppunit\include CPPUNIT_LIBS=cppunit.lib + + + + + + + + + setting up + set up + + setup-script + + + + + + + + + + + + + + + + + + + diff --git a/build/buildbot/config/testdrive.xml b/build/buildbot/config/testdrive.xml new file mode 100644 index 0000000000..5abce6a566 --- /dev/null +++ b/build/buildbot/config/testdrive.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + Linux x86_64 wxGTK Trunk + td162.testdrive.hp.com + /tmp/wx/td_gtk + trunk_quick + + + + + + + + + + + + + + + + + + Linux x86_64 wxGTK Stable + td166.testdrive.hp.com + /tmp/wx/td_gtk_stable + stable_quick + + + + + + + + + + + + + + + + + + + OSX PowerPC wxMac Trunk + td179.testdrive.hp.com + /tmp/wx/td_mac + trunk_quick + + + + + + + + + + + + + + + + OSX Intel wxMac Stable + td186.testdrive.hp.com + /tmp/wx/td_mac_stable + stable_quick + + + + + + + + + + + + + + + + + FreeBSD x86 wxX11 Stable + td152.testdrive.hp.com + /tmp/wx/td_freebsd_stable + daily_6am + + + + + + + + + + + + + + + + + + + HP-UX 11i PA-RISC gcc wxMotif Stable + td192.testdrive.hp.com + /tmp/wx/td_hpux_pa_stable + daily_6am + + + + + + + + + + + + + + + + + + -- 2.45.2