From: Michael Wetherell Date: Sat, 27 Sep 2008 16:53:31 +0000 (+0000) Subject: Use shared checkouts with a fresh copy for each build to allow clean builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/99f7ee578ddd35dcdffee39db63c7e0288cb8924?ds=inline;hp=524d97b1c22daf69c57ca92c55ef4bbb206a0943 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 --- 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