]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/push.xml
updated the index page: 1) removed sample list: it duplicated (and was out-of-date...
[wxWidgets.git] / build / buildbot / config / push.xml
CommitLineData
b0de11ed
MW
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: push.xml
5 Purpose: Configuration for push builds
6 Author: Mike Wetherell
7 RCS-ID: $Id$
8 Copyright: (c) 2007 Mike Wetherell
9 Licence: wxWidgets licence
10
11 This allows the logs from builds done elsewhere to be included in the
12 buildbot results, see:
13
14 http://www.wxwidgets.org/wiki/index.php/Development:_Buildbot#Sending_in_Logs_from_Builds_Done_Elsewhere
15-->
16
17<bot xmlns:xi="http://www.w3.org/2001/XInclude">
18
19<xi:include href="include/push.xml"/>
20
21<!-- e.g.:
22<build>
23 <name>wxOS2 Stable gcc</name>
24 <builddir>psh_os2_stable</builddir>
25
26 <steps>
27 <extractlogs/>
28 <show log="compiler"/>
29 <show log="update"/>
30 <show log="configure"/>
31 <show log="compile"/>
32 <show log="demos"/>
33 <show log="samples"/>
34 </steps>
35</build>
36-->
37
aba6d9ff
MW
38<build>
39 <name>Solaris-HEAD-GTK1</name>
40 <builddir>psh_solaris_hd_gtk1</builddir>
41
42 <steps>
43 <extractlogs/>
44 <show log="configure"/>
45 <show log="compile"/>
46 </steps>
47</build>
48
49<build>
50 <name>Solaris-HEAD-X11</name>
51 <builddir>psh_solaris_hd_x11</builddir>
52
53 <steps>
54 <extractlogs/>
55 <show log="configure"/>
56 <show log="compile"/>
57 </steps>
58</build>
59
60<build>
61 <name>Solaris-Stable-Motif</name>
62 <builddir>psh_solaris_st_motif</builddir>
63
64 <steps>
65 <extractlogs/>
66 <show log="configure"/>
67 <show log="compile"/>
68 </steps>
69</build>
70
71<build>
72 <name>Solaris-Stable-GTK2U</name>
73 <builddir>psh_solaris_st_gtk2u</builddir>
74
75 <steps>
76 <extractlogs/>
77 <show log="configure"/>
78 <show log="compile"/>
79 </steps>
80</build>
b0de11ed 81</bot>