]> git.saurik.com Git - wxWidgets.git/commitdiff
Add Solars 9 builds.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 26 Mar 2008 18:40:01 +0000 (18:40 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 26 Mar 2008 18:40:01 +0000 (18:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/push.xml

index 9e9e3e2e056c93f228fd0d37f2820bc19075eaad..8126f695bd7e0fba45a400b4d9f191fc0285ed5e 100644 (file)
 </build>
 -->
 
+<build>
+    <name>Solaris-HEAD-GTK1</name>
+    <builddir>psh_solaris_hd_gtk1</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
+
+<build>
+    <name>Solaris-HEAD-X11</name>
+    <builddir>psh_solaris_hd_x11</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
+
+<build>
+    <name>Solaris-Stable-Motif</name>
+    <builddir>psh_solaris_st_motif</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
+
+<build>
+    <name>Solaris-Stable-GTK2U</name>
+    <builddir>psh_solaris_st_gtk2u</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="configure"/>
+        <show log="compile"/>
+    </steps>
+</build>
 </bot>