]> git.saurik.com Git - wxWidgets.git/blame_incremental - build/buildbot/config/brandt64.xml
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / build / buildbot / config / brandt64.xml
... / ...
CommitLineData
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: brandt64.xml
5-->
6
7<bot xmlns:xi="http://www.w3.org/2001/XInclude">
8
9<xi:include href="include/unix.xml"/>
10
11<build>
12 <name>Linux x64 wxGTK trunk</name>
13 <builddir>brandt64_gtk</builddir>
14 <scheduler>trunk_quick</scheduler>
15 <steps>
16 <checkout/>
17 <configure options="--enable-compat28 --enable-debug"/>
18 <compile-all/>
19 <run-tests/>
20 </steps>
21</build>
22
23<build>
24 <name>Linux x64 wxGTK trunk STL no compat</name>
25 <builddir>brandt64_gtk_stl</builddir>
26 <scheduler>trunk_quick</scheduler>
27 <steps>
28 <checkout/>
29 <configure options="--disable-compat28 --enable-stl"/>
30 <compile-all/>
31 <run-tests/>
32 </steps>
33</build>
34
35</bot>