]> 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 4c9c23962dbbc48dd8333bc01a3830ea959b7980..ed5f4bfe3297eb7c55b7335aa6747731310ef57c 100644 (file)
 <xi:include href="include/unix.xml"/>
 
 <build>
-    <name>Linux x86 wxGTK trunk STL debug</name>
-    <builddir>stellarwerx32_wxgtk_debug</builddir>
-    <scheduler>daily_0600</scheduler>
-    <steps>
-        <checkout/>
-        <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-</build>
-
-<build>
-    <name>Linux x86 wxGTK trunk STL release</name>
-    <builddir>stellarwerx32_wxgtk_release</builddir>
+    <name>Linux x86 wxGTK trunk STL</name>
+    <builddir>stellarwerx32_wxgtk</builddir>
     <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
-        <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
+        <configure options="--enable-stl --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
 </build>
 
 <build>
-    <name>Linux x86 wxGTK stable STL debug</name>
-    <builddir>stellarwerx32_wxgtk_stable_debug</builddir>
+    <name>Linux x86 wxX11 stable</name>
+    <builddir>stellarwerx32_wxx11</builddir>
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
-        <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
+        <configure options="--with-x11"/>
         <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
 
 <build>
-    <name>Linux x86 wxGTK stable STL release</name>
-    <builddir>stellarwerx32_wxgtk_stable_release</builddir>
-    <scheduler>stable_quick</scheduler>
+    <name>Linux x86 wxGTK trunk ANSI</name>
+    <builddir>stellarwerx32_wxgtk_ansi</builddir>
+    <scheduler>daily_0600</scheduler>
     <steps>
-        <checkout branch="{$STABLE_BRANCH}"/>
-        <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
-        <compile-all utils="false"/>
+        <checkout/>
+        <configure options="--disable-unicode --enable-debug"/>
+        <compile-all/>
         <run-tests/>
     </steps>
 </build>