]>
Commit | Line | Data |
---|---|---|
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 | ||
38 | </bot> |