]> git.saurik.com Git - wxWidgets.git/commitdiff
Move ravnsgaards build to brandt32 while its down.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 20 Sep 2011 17:25:55 +0000 (17:25 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 20 Sep 2011 17:25:55 +0000 (17:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/brandt32.xml
build/buildbot/config/include/defs.xml
build/buildbot/config/ravnsgaard.xml

index b43b6067ac814675251f7b99d025368f54a3509a..e6dc0acbff918e3e0539b63c151a90195b567462 100644 (file)
     </steps>
 </build>
 
+<!-- These last three are ravnsgaard's job's moved here while it is down -->
+<build>
+    <name>Linux i386 wxGTK stable STL</name>
+    <builddir>brandt32_wxgtk_stable</builddir>
+    <scheduler>stable_quick</scheduler>
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--enable-stl"/>
+        <compile-all utils="false"/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux i386 wxGTK trunk no gui</name>
+    <builddir>brandt32_wxgtk_nogui</builddir>
+    <scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout/>
+        <configure options="--disable-gui --enable-debug"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux i386 wxGTK trunk no features</name>
+    <builddir>brandt32_wxgtk_nofeatures</builddir>
+    <scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout/>
+        <configure options="--disable-all-features --enable-debug"/>
+        <compile-all utils="false"/>
+        <run-tests/>
+    </steps>
+</build>
 </bot>
index d589ed387d03723d197906e5bc6a63fbb3bdb94a..c275cdf033da385f4be04bef115cd3a43dbe2383 100644 (file)
 <xsl:variable name="RELEASE_BRANCH"><RELEASE_BRANCH/></xsl:variable>
 <xsl:template name="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
 
+<!--
+    disable - comment out a section.
+
+    Usage: <disable>
+                e.g. <build> ... etc.
+           </disable>
+
+    XML comments can't contain a double hyphen which tends to be used in
+    configure commands, so <disable> can be used instead. 
+-->
+<xsl:template name="disable"/>
+
 <!--
     checkout - build step for source checkout.
 
index 17bfcd65fa8003af2c0e51234df973139258964f..d5f3049fca86567f2854a44452e42fcac74b40f9 100644 (file)
@@ -8,6 +8,8 @@
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <xi:include href="include/unix.xml"/>
 
+<!-- Moved to brandt32 while ranvsgaard is down -->
+<disable>
     <build>
         <name>Linux i386 wxGTK stable STL</name>
         <builddir>ravnsgaard_wxgtk_stable</builddir>
@@ -43,4 +45,5 @@
             <run-tests/>
         </steps>
     </build>
+</disable>
 </bot>