From 99f7ee578ddd35dcdffee39db63c7e0288cb8924 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 27 Sep 2008 16:53:31 +0000 Subject: [PATCH 1/1] Use shared checkouts with a fresh copy for each build to allow clean builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/include/xp_vc.xml | 75 +++++++++++++++++++++++++ build/buildbot/config/xp_vc.xml | 4 +- 2 files changed, 76 insertions(+), 3 deletions(-) create mode 100644 build/buildbot/config/include/xp_vc.xml diff --git a/build/buildbot/config/include/xp_vc.xml b/build/buildbot/config/include/xp_vc.xml new file mode 100644 index 0000000000..d37ad948dc --- /dev/null +++ b/build/buildbot/config/include/xp_vc.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + slave + + + + + + + + + + + + + + + + + + + + ../ + + + + + creating build directory + create build directory + . + + + (if exist build rmdir /s/q build) && + svn export --native-eol CRLF + ..\ build + + + + + + diff --git a/build/buildbot/config/xp_vc.xml b/build/buildbot/config/xp_vc.xml index eeae29c78b..7fe19c0fea 100644 --- a/build/buildbot/config/xp_vc.xml +++ b/build/buildbot/config/xp_vc.xml @@ -8,11 +8,10 @@ Licence: wxWidgets licence --> - + XPSP2 VC9 wxMSW trunk XPSP2_VC9_wxMSW_trunk - slave VC9 nmake -f makefile.vc SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib @@ -25,7 +24,6 @@ XPSP2 VC9 wxMSW stable XPSP2_VC9_wxMSW_stable - slave VC9 nmake -f makefile.vc SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib -- 2.45.2