]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | ||
3 | <!-- | |
4 | Name: ravnsgaard.xml | |
5 | RCS-ID: $Id$ | |
6 | Licence: wxWidgets licence | |
7 | --> | |
8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
9 | <xi:include href="include/defs.xml"/> | |
10 | <build> | |
11 | <name>Linux i386 wxGTK trunk STL debug</name> | |
12 | <builddir>ravnsgaard_wxgtk_debug</builddir> | |
13 | <scheduler>daily_0600</scheduler> | |
14 | <steps> | |
15 | <checkout/> | |
16 | <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> | |
17 | <compile-all/> | |
18 | <run-tests/> | |
19 | </steps> | |
20 | </build> | |
21 | ||
22 | <build> | |
23 | <name>Linux i386 wxGTK trunk STL release</name> | |
24 | <builddir>ravnsgaard_wxgtk_release</builddir> | |
25 | <scheduler>daily_1800</scheduler> | |
26 | <steps> | |
27 | <checkout/> | |
28 | <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> | |
29 | <compile-all/> | |
30 | <run-tests/> | |
31 | </steps> | |
32 | </build> | |
33 | </bot> | |
34 |