]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-unix.xml
ReadBig() should be defined in ANSI build too
[wxWidgets.git] / build / buildbot / config / testdrive-unix.xml
index 69b42587e630b1aafc4211216ec0526c869785b4..8aa3dc56cf6aae2429571023299f7979b63acb59 100644 (file)
@@ -47,8 +47,8 @@
 -->
 
 <build>
-    <name>Linux x86_64 wxGTK Trunk</name>
-    <sandbox>td163.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>
         <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>td165.testdrive.hp.com</sandbox>
+    <sandbox>td153.testdrive.hp.com</sandbox>
     <builddir>td_mac_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
 
 <build>
     <name>MinGW32 wxMSW Trunk</name>
-    <sandbox>td165.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>
 
+<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/>
 <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>
 <build>
     <name>Cygwin no-cygwin wxMSW Trunk</name>
     <builddir>td_nocygwin</builddir>
-    <sandbox>td163.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <scheduler>monday_0600</scheduler>
 
     <steps>