]>
Commit | Line | Data |
---|---|---|
1441bb60 MW |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | ||
3 | <!-- | |
4 | Name: brandt64.xml | |
5 | RCS-ID: $Id$ | |
6 | --> | |
7 | ||
8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
9 | ||
10 | <xi:include href="include/unix.xml"/> | |
11 | ||
12 | <build> | |
13 | <name>Linux x86_64 wxGTK trunk static</name> | |
14 | <builddir>brandt64_gtk</builddir> | |
15 | <!--scheduler>daily_0800</scheduler--> | |
16 | <steps> | |
17 | <checkout/> | |
18 | <configure options="--disable-shared --enable-opengl --enable-svg | |
19 | --enable-aui --with-gtk=2 --enable-graphics_ctx"/> | |
20 | <compile-all/> | |
21 | <run-tests/> | |
22 | </steps> | |
23 | </build> | |
24 | ||
25 | </bot> |