]> git.saurik.com Git - wxWidgets.git/commitdiff
Add FreeBSD trunk build.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 26 Oct 2007 12:03:53 +0000 (12:03 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 26 Oct 2007 12:03:53 +0000 (12:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/testdrive.xml

index fe3e7f96e0f0f24d61aff2da659b517e8378ebde..07b5fb0e490fbc7d886de6586310c50ddd1b3d79 100644 (file)
@@ -42,6 +42,7 @@
         powerpc-apple-darwin8
         i686-apple-darwin8
         i386-mingw32    (with cppunit installed under $HOME/opt/mingw345)
+        i686-pc-cygwin  (with cppunit, x11, motif and gtk)
 
     Please limit the number of quick builds to one unix, one Windows and one
     Mac per branch. And please don't load up all the cpus of a remote machine
 -->
 
 <build>
-    <name>OSX PowerPC wxMac Trunk</name>
+    <name>OSX 10.4 PowerPC wxMac Trunk</name>
     <sandbox>td179.testdrive.hp.com</sandbox>
     <builddir>/tmp/wx/td_mac</builddir>
     <scheduler>trunk_quick</scheduler>
 </build>
 
 <build>
-    <name>OSX Intel wxMac Stable</name>
+    <name>OSX 10.4 Intel wxMac Stable</name>
     <sandbox>td186.testdrive.hp.com</sandbox>
     <builddir>/tmp/wx/td_mac_stable</builddir>
     <scheduler>stable_quick</scheduler>
     Daily builds
 -->
 
+<build>
+    <name>FreeBSD x86 wxX11 Trunk</name>
+    <sandbox>td152.testdrive.hp.com</sandbox>
+    <builddir>/tmp/wx/td_freebsd</builddir>
+    <scheduler>daily_6am</scheduler>
+
+    <steps>
+        <checkout/>
+
+        <setup/>
+        <configure options="--with-x11 --disable-unicode"/>
+
+        <compile/>
+        <compile-samples/>
+        <compile-utils/>
+        <compile-contrib/>
+        <compile-tests/>
+
+        <run-tests/>
+    </steps>
+</build>
+
 <build>
     <name>FreeBSD x86 wxX11 Stable</name>
     <sandbox>td152.testdrive.hp.com</sandbox>