]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/brandt32.xml
Exclude wxWeakRef tests not compiling with VC6 from compilation.
[wxWidgets.git] / build / buildbot / config / brandt32.xml
index ef30df7ab89270043f09aa36b2ff455d1c75e92d..6822ef498929c44f442e889340a315ac17c891c6 100644 (file)
 <xi:include href="include/unix.xml"/>
 
 <build>
-    <name>Linux x86 wxGTK trunk static</name>
+    <name>Linux x86 wxGTK trunk</name>
     <builddir>brandt32_gtk</builddir>
-    <!--scheduler>daily_0800</scheduler-->
+    <scheduler>trunk_quick</scheduler>
+    <steps>
+        <checkout/>
+        <configure/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux x86 wxGTK trunk static</name>
+    <builddir>brandt32_gtk_trunk_static</builddir>
+    <scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout/>
+        <configure options="--disable-shared"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux x86 wxGTK stable static</name>
+    <builddir>brandt32_gtk_stable_static</builddir>
+    <scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--disable-shared"/>
+        <compile-all utils="false"/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux x86 wxDFB trunk</name>
+    <builddir>brandt32_dfb_trunk</builddir>
+    <!--scheduler>daily_0600</scheduler-->
     <steps>
         <checkout/>
-        <configure options="--disable-shared --enable-opengl --enable-svg
-                            --enable-aui --with-gtk=2 --enable-graphics_ctx"/>
+        <configure options="--with-directfb"/>
         <compile-all/>
         <run-tests/>
     </steps>
 </build>
 
+<build>
+    <name>Linux x86 wxDFB stable</name>
+    <builddir>brandt32_dfb_stable</builddir>
+    <!--scheduler>daily_0600</scheduler-->
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--with-directfb"/>
+        <compile-all utils="false"/>
+        <run-tests/>
+    </steps>
+</build>
+
 </bot>