]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-unix.xml
Add <fetch> class to allow building tarballs from the York site.
[wxWidgets.git] / build / buildbot / config / testdrive-unix.xml
index 69b42587e630b1aafc4211216ec0526c869785b4..b527f8aedd55554e0910bdfb6422c93ce9ed0968 100644 (file)
     </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/>