]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-unix.xml
add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628)
[wxWidgets.git] / build / buildbot / config / testdrive-unix.xml
index 1e9225117ff7533f47b2d5bcf3659a71cd3453d8..8aa3dc56cf6aae2429571023299f7979b63acb59 100644 (file)
     at once with make -j.
 -->
 
-<!-- 
+<!--
     Unix Quick Builds
 -->
 
 <build>
-    <name>Linux x86_64 wxGTK Trunk</name>
-    <sandbox>td162.testdrive.hp.com</sandbox>
+    <name>Linux IA64 wxGTK Trunk</name>
+    <sandbox>td187.testdrive.hp.com</sandbox>
     <builddir>td_gtk</builddir>
     <scheduler>trunk_quick</scheduler>
 
@@ -62,8 +62,8 @@
 </build>
 
 <build>
-    <name>Linux x86_64 wxGTK Stable</name>
-    <sandbox>td166.testdrive.hp.com</sandbox>
+    <name>Linux IA64 wxGTK Stable</name>
+    <sandbox>td187.testdrive.hp.com</sandbox>
     <builddir>td_gtk_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
     </steps>
 </build>
 
-<!-- 
+<!--
     Mac Quick Builds
 -->
 
 <build>
     <name>OSX 10.4 PowerPC wxMac Trunk</name>
-    <sandbox>td179.testdrive.hp.com</sandbox>
+    <sandbox>td153.testdrive.hp.com</sandbox>
     <builddir>td_mac</builddir>
     <scheduler>trunk_quick</scheduler>
 
     <steps>
         <checkout/>
         <setup cppunit-options="--host=powerpc-apple-darwin8"/>
-        <configure options="--host=powerpc-apple-darwin8"/>
+        <!--
+            The compiler used suffers from a bug in its visibility support
+            and doesn't find some virtual inline functions during linking if it
+            is used, so disable it.
+         -->
+        <configure options="--host=powerpc-apple-darwin8 --disable-visibility"/>
         <compile-all/>
     </steps>
 </build>
 
 <build>
     <name>OSX 10.4 Intel wxMac Stable</name>
-    <sandbox>td186.testdrive.hp.com</sandbox>
+    <sandbox>td153.testdrive.hp.com</sandbox>
     <builddir>td_mac_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
     </steps>
 </build>
 
-<!-- 
+<!--
     Windows Quick Builds
 -->
 
 <build>
     <name>MinGW32 wxMSW Trunk</name>
-    <sandbox>td185.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <builddir>td_msw</builddir>
     <scheduler>trunk_quick</scheduler>
 
 
 <build>
     <name>MinGW32 wxMSW Stable</name>
-    <sandbox>td189.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <builddir>td_msw_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
     </steps>
 </build>
 
-<!-- 
+<!--
     Daily builds
 -->
 
     </steps>
 </build>
 
+<build>
+    <name>HP-UX 11i PA-RISC gcc wxMotif Head Tarball</name>
+    <sandbox>td192.testdrive.hp.com</sandbox>
+    <builddir>td_hpux_pa</builddir>
+    <scheduler>daily_0800</scheduler>
+
+    <steps>
+        <fetch branch="Daily_HEAD/wxMotif.tar.gz"/>
+        <setup/>
+        <configure/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
 <build>
     <name>HP-UX 11i PA-RISC gcc wxMotif Stable</name>
     <sandbox>td192.testdrive.hp.com</sandbox>
     <builddir>td_hpux_pa_stable</builddir>
     <scheduler>daily_0600</scheduler>
 
-    <schedule></schedule>
-
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <setup/>
     X11, motif and gtk+-2. For locations see cygwin-opts/cygwin-x-opts
     below.
 -->
-    
+
 <!--  for wxBase or wxMSW -->
 <xsl:variable name="cygwin-opts">
     --host=i686-pc-cygwin
 <!-- for wxX11, wxMotif, wxGTK -->
 <xsl:variable name="cygwin-x-opts">
     <xsl:value-of select="$cygwin-opts"/>
-    --x-includes=$HOME/cygwin/usr/X11R6/include 
-    --x-libraries=$HOME/cygwin/usr/X11R6/lib 
+    --x-includes=$HOME/cygwin/usr/X11R6/include
+    --x-libraries=$HOME/cygwin/usr/X11R6/lib
     PKG_CONFIG_PATH=$HOME/opt/cygwin/pkgconfig
 </xsl:variable>
 
 <build>
     <name>Cygwin wxMSW Trunk</name>
     <builddir>td_cygwin_msw</builddir>
-    <sandbox>td166.testdrive.hp.com</sandbox>
+    <sandbox>td153.testdrive.hp.com</sandbox>
     <scheduler>monday_0600</scheduler>
 
     <steps>
 
     <steps>
         <checkout/>
-        <configure options="- -with-gtk {$cygwin-x-opts}"/>
+        <configure options="--with-gtk {$cygwin-x-opts}"/>
         <compile-all/>
     </steps>
 </build>
 
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
-        <configure options="- -with-gtk {$cygwin-x-opts}"/>
+        <configure options="--with-gtk {$cygwin-x-opts}"/>
         <compile-all/>
     </steps>
 </build>