2009-08-14 14:55:36 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Name: StellarWerx32.xml
|
|
|
|
-->
|
|
|
|
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<xi:include href="include/unix.xml"/>
|
|
|
|
|
|
|
|
<build>
|
2010-04-09 18:04:59 -04:00
|
|
|
<name>Linux x86 wxGTK trunk STL</name>
|
|
|
|
<builddir>stellarwerx32_wxgtk</builddir>
|
|
|
|
<scheduler>trunk_quick</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-22 18:12:00 -04:00
|
|
|
<configure options="--enable-stl --enable-debug"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
2010-04-09 18:20:59 -04:00
|
|
|
<name>Linux x86 wxX11 stable</name>
|
2010-04-09 18:04:59 -04:00
|
|
|
<builddir>stellarwerx32_wxx11</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure options="--with-x11"/>
|
2010-04-09 19:18:57 -04:00
|
|
|
<compile-all utils="false"/>
|
2010-04-09 18:04:59 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>Linux x86 wxGTK trunk ANSI</name>
|
|
|
|
<builddir>stellarwerx32_wxgtk_ansi</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-22 18:12:00 -04:00
|
|
|
<configure options="--disable-unicode --enable-debug"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</bot>
|