]> git.saurik.com Git - wxWidgets.git/commitdiff
Add builds to the buildbot.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 14 Apr 2010 05:55:00 +0000 (05:55 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 14 Apr 2010 05:55:00 +0000 (05:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/TBITCWXBUILDBOT.xml
build/buildbot/config/include/defs.xml
build/buildbot/config/include/wx-devs.xml

index faf51a4b079f727b316dedf63e41eca2a4240961..03908e130a4d021cac99e46966df80403f49cf39 100644 (file)
 <xi:include href="include/unix.xml"/>
 
 <build>
-    <name>Linux wxGTK trunk</name>
-    <builddir>tbitcwxbuildbot_gtk</builddir>
+    <name>MinGW x86 trunk</name>
+    <builddir>tbitcwxbuildbot_mingw_trunk</builddir>
+    <!--scheduler>daily_0600</scheduler-->
+    <steps>
+        <checkout/>
+        <configure options="--host=i586-mingw32msvc
+                            --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
+        <compile-all/>
+    </steps>
+</build>
+
+<build>
+    <name>MinGW x86 stable</name>
+    <builddir>tbitcwxbuildbot_mingw_stable</builddir>
+    <!--scheduler>daily_0600</scheduler-->
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--host=i586-mingw32msvc
+                            --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
+        <compile-all utils="false"/>
+    </steps>
+</build>
+
+<build>
+    <name>MinGW x86_64 trunk</name>
+    <builddir>tbitcwxbuildbot_mingw64_trunk</builddir>
     <!--scheduler>trunk_quick</scheduler-->
     <steps>
         <checkout/>
-        <configure/>
+        <configure options="--host=amd64-mingw32msvc
+                            --with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
         <compile-all/>
-        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>MinGW x86_64 stable</name>
+    <builddir>tbitcwxbuildbot_mingw64_stable</builddir>
+    <!--scheduler>daily_0600</scheduler-->
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--host=amd64-mingw32msvc
+                            --with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
+        <compile-all utils="false"/>
     </steps>
 </build>
 
index c0fab9951c17f5af1c581c2b7cb280595794c13d..5b854d5aee8bd1be251e74c713ef97e6d286fa27 100644 (file)
@@ -368,7 +368,7 @@ cd tests &amp;&amp; runtests.bat
 <xsl:template name="run-tests-unix">
     <xsl:param name="options"/>
 ERR=0
-cd tests
+cd tests || exit 0
 ./test <xsl:value-of select="normalize-space($options)"/> || ERR=$?
 if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi
 exit $ERR
index 934308c1b7c8841f9ab5a2906fdb9eeea82da5e7..08516d43c2f1ad1fcb6c207b1a3baf7a79c053fe 100644 (file)
@@ -36,6 +36,7 @@
   <email id="OLS">oliver.schoenborn -at- gmail.com</email>
   <email id="PC">paulcor -at- bullseye.com</email>
   <email id="PJC">corsix -at- corsix.org</email>
+  <email id="PMO">Peter_Most -at- gmx.de</email>
   <email id="RD">robin -at- alldunn.com</email>
   <email id="RN">wxprojects -at- comcast.net</email>
   <email id="ROL">rolinsky -at- femagsoft.com</email>