]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/brandt32.xml
Fall back to the valid normal bitmap if no state-specific bitmap is set.
[wxWidgets.git] / build / buildbot / config / brandt32.xml
index 4f2da9652e2c911e1bb37ef3d948cb54de084175..b43b6067ac814675251f7b99d025368f54a3509a 100644 (file)
@@ -15,7 +15,7 @@
     <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
-        <configure/>
+        <configure options="--enable-compat28 --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
@@ -27,7 +27,7 @@
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
-        <configure options="--disable-shared"/>
+        <configure options="--disable-shared --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
@@ -40,7 +40,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--disable-shared"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
 <build>
     <name>Linux x86 wxDFB trunk</name>
     <builddir>brandt32_dfb_trunk</builddir>
-    <-scheduler>daily_0600</scheduler>
+    <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
-        <configure options="--with-directfb"/>
+        <configure options="--with-directfb --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
@@ -64,7 +64,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-directfb"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>