]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/brandt32.xml
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / build / buildbot / config / brandt32.xml
index b43b6067ac814675251f7b99d025368f54a3509a..4575b0cfe54463130c5808cb07930c6b87f54d63 100644 (file)
@@ -2,7 +2,6 @@
 
 <!--
     Name:       brandt32.xml
 
 <!--
     Name:       brandt32.xml
-    RCS-ID:     $Id$
 -->
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
 -->
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     </steps>
 </build>
 
     </steps>
 </build>
 
+<build>
+    <name>Linux x86 wxGTK trunk STL no compat</name>
+    <builddir>brandt32_gtk_stl</builddir>
+    <scheduler>trunk_quick</scheduler>
+    <steps>
+        <checkout/>
+        <configure options="--disable-compat28 --enable-stl"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
 <build>
     <name>Linux x86 wxGTK trunk static</name>
     <builddir>brandt32_gtk_trunk_static</builddir>
 <build>
     <name>Linux x86 wxGTK trunk static</name>
     <builddir>brandt32_gtk_trunk_static</builddir>
     </steps>
 </build>
 
     </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>
 </bot>