]>
Commit | Line | Data |
---|---|---|
3e7cf809 VZ |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | ||
3 | <!-- | |
4 | Name: ravnsgaard.xml | |
5 | RCS-ID: $Id$ | |
6 | Licence: wxWidgets licence | |
3e7cf809 | 7 | --> |
3e7cf809 | 8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> |
8dabb0bd | 9 | <xi:include href="include/ravnsgaard.xml"/> |
a04e2a27 | 10 | |
1e7c7fce MW |
11 | <build> |
12 | <name>Linux i386 wxGTK trunk STL debug</name> | |
13 | <builddir>ravnsgaard_wxgtk_debug</builddir> | |
14 | <scheduler>daily_0600</scheduler> | |
1e7c7fce MW |
15 | <steps> |
16 | <checkout/> | |
1e7c7fce MW |
17 | <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> |
18 | <compile-all/> | |
19 | <run-tests/> | |
20 | </steps> | |
21 | </build> | |
22 | ||
23 | <build> | |
24 | <name>Linux i386 wxGTK trunk STL release</name> | |
25 | <builddir>ravnsgaard_wxgtk_release</builddir> | |
a04e2a27 | 26 | <scheduler>trunk_quick</scheduler> |
1e7c7fce MW |
27 | <steps> |
28 | <checkout/> | |
1e7c7fce MW |
29 | <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> |
30 | <compile-all/> | |
66f15a58 | 31 | <!-- <run-tests/> --> |
7fee9773 VZ |
32 | <test> |
33 | <description>running tests with timing</description> | |
34 | <descriptionDone>run tests</descriptionDone> | |
35 | <warnOnFailure/> | |
36 | <command> | |
37 | <normalize-space> | |
38 | cd tests && ./test --timing | |
39 | </normalize-space> | |
40 | </command> | |
41 | </test> | |
1e7c7fce MW |
42 | </steps> |
43 | </build> | |
a04e2a27 MW |
44 | |
45 | <build> | |
46 | <name>Linux i386 wxGTK stable STL debug</name> | |
47 | <builddir>ravnsgaard_wxgtk_stable_debug</builddir> | |
48 | <scheduler>daily_0600</scheduler> | |
49 | <steps> | |
50 | <checkout branch="{$STABLE_BRANCH}"/> | |
51 | <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/> | |
f8eead5a | 52 | <compile-all utils="false"/> |
66f15a58 | 53 | <run-tests/> |
a04e2a27 MW |
54 | </steps> |
55 | </build> | |
56 | ||
57 | <build> | |
58 | <name>Linux i386 wxGTK stable STL release</name> | |
59 | <builddir>ravnsgaard_wxgtk_stable_release</builddir> | |
60 | <scheduler>stable_quick</scheduler> | |
61 | <steps> | |
62 | <checkout branch="{$STABLE_BRANCH}"/> | |
63 | <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/> | |
f8eead5a | 64 | <compile-all utils="false"/> |
a04e2a27 MW |
65 | <run-tests/> |
66 | </steps> | |
67 | </build> | |
3e7cf809 VZ |
68 | </bot> |
69 |