]>
Commit | Line | Data |
---|---|---|
1441bb60 MW |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | ||
3 | <!-- | |
4 | Name: StellarWerx64.xml | |
1441bb60 MW |
5 | --> |
6 | ||
7 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
8 | ||
9 | <xi:include href="include/unix.xml"/> | |
10 | ||
11 | <build> | |
ec2c6795 MW |
12 | <name>Linux x86_64 wxGTK stable</name> |
13 | <builddir>stellarwerx64_wxgtk</builddir> | |
14 | <scheduler>stable_quick</scheduler> | |
1441bb60 | 15 | <steps> |
ec2c6795 | 16 | <checkout branch="{$STABLE_BRANCH}"/> |
d1662129 | 17 | <configure options="--enable-compat26"/> |
91e1a483 | 18 | <compile-all utils="false"/> |
1441bb60 MW |
19 | <run-tests/> |
20 | </steps> | |
21 | </build> | |
22 | ||
23 | <build> | |
b8b2794a | 24 | <name>Linux x86_64 wxX11 trunk</name> |
ec2c6795 MW |
25 | <builddir>stellarwerx64_wxx11</builddir> |
26 | <scheduler>daily_0700</scheduler> | |
1441bb60 MW |
27 | <steps> |
28 | <checkout/> | |
c5084fff | 29 | <configure options="--with-x11 --enable-debug"/> |
1441bb60 MW |
30 | <compile-all/> |
31 | <run-tests/> | |
32 | </steps> | |
33 | </build> | |
34 | ||
35 | <build> | |
ec2c6795 MW |
36 | <name>Linux x86_64 wxGTK stable ANSI</name> |
37 | <builddir>stellarwerx64_wxgtk_ansi</builddir> | |
38 | <scheduler>daily_0700</scheduler> | |
1441bb60 MW |
39 | <steps> |
40 | <checkout branch="{$STABLE_BRANCH}"/> | |
ec2c6795 | 41 | <configure options="--disable-unicode"/> |
91e1a483 | 42 | <compile-all utils="false"/> |
1441bb60 MW |
43 | <run-tests/> |
44 | </steps> | |
45 | </build> | |
46 | ||
47 | </bot> |