]> 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 7761efef1670065f9638336b14d8bb6ebd6a407a..ed5f4bfe3297eb7c55b7335aa6747731310ef57c 100644 (file)
 <xi:include href="include/unix.xml"/>
 
 <build>
 <xi:include href="include/unix.xml"/>
 
 <build>
-    <name>Linux x86 wxGTK trunk STL debug</name>
-    <builddir>stellarwerx32_wxgtk_debug</builddir>
-    <scheduler>daily_0600</scheduler>
+    <name>Linux x86 wxGTK trunk STL</name>
+    <builddir>stellarwerx32_wxgtk</builddir>
+    <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
     <steps>
         <checkout/>
-        <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
+        <configure options="--enable-stl --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
 </build>
 
 <build>
         <compile-all/>
         <run-tests/>
     </steps>
 </build>
 
 <build>
-    <name>Linux x86 wxGTK trunk STL release</name>
-    <builddir>stellarwerx32_wxgtk_release</builddir>
-    <scheduler>trunk_quick</scheduler>
+    <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 utils="false"/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux x86 wxGTK trunk ANSI</name>
+    <builddir>stellarwerx32_wxgtk_ansi</builddir>
+    <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
     <steps>
         <checkout/>
-        <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
+        <configure options="--disable-unicode --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
         <compile-all/>
         <run-tests/>
     </steps>