]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/StellarWerx32.xml
No real changes, just rename double variables to "d".
[wxWidgets.git] / build / buildbot / config / StellarWerx32.xml
index e976957be0215c3617a8de339d661b1631d79438..ed5f4bfe3297eb7c55b7335aa6747731310ef57c 100644 (file)
     <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
-        <configure options="--enable-stl"/>
+        <configure options="--enable-stl --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
 </build>
 
 <build>
-    <name>Linux x86 wx11 stable</name>
+    <name>Linux x86 wxX11 stable</name>
     <builddir>stellarwerx32_wxx11</builddir>
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-x11"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
@@ -39,7 +39,7 @@
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
-        <configure options="--disable-unicode"/>
+        <configure options="--disable-unicode --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>