]> git.saurik.com Git - wxWidgets.git/commitdiff
Added mingw-w64 builds (cross compile on i686-linux).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Jun 2008 13:24:53 +0000 (13:24 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Jun 2008 13:24:53 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/push.xml

index 3a0e20760accd8c3398672ebd8dac9782fac68ca..36d29ba1719c91beeb10cd7ceffa17a41b522b26 100644 (file)
         <show log="compile"/>
     </steps>
 </build>
         <show log="compile"/>
     </steps>
 </build>
+
+<build>
+    <name>MingW-W64 cross_wxMSW Trunk</name>
+    <builddir>psh_mingw64_trunk</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
+
+<build>
+    <name>MingW-W64 cross_wxMSW Stable</name>
+    <builddir>psh_mingw64_stable</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
 </bot>
 </bot>