2009-08-14 14:55:36 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Name: StellarWerx64.xml
|
|
|
|
RCS-ID: $Id$
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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_64 wxGTK stable</name>
|
|
|
|
<builddir>stellarwerx64_wxgtk</builddir>
|
|
|
|
<scheduler>stable_quick</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
2010-04-09 18:04:59 -04:00
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2010-04-14 03:21:44 -04:00
|
|
|
<configure options="--enable-compat26"/>
|
2010-04-09 19:18:57 -04:00
|
|
|
<compile-all utils="false"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
2010-04-09 18:20:59 -04:00
|
|
|
<name>Linux x86_64 wxX11 trunk</name>
|
2010-04-09 18:04:59 -04:00
|
|
|
<builddir>stellarwerx64_wxx11</builddir>
|
|
|
|
<scheduler>daily_0700</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-22 18:12:00 -04:00
|
|
|
<configure options="--with-x11 --enable-debug"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
2010-04-09 18:04:59 -04:00
|
|
|
<name>Linux x86_64 wxGTK stable ANSI</name>
|
|
|
|
<builddir>stellarwerx64_wxgtk_ansi</builddir>
|
|
|
|
<scheduler>daily_0700</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2010-04-09 18:04:59 -04:00
|
|
|
<configure options="--disable-unicode"/>
|
2010-04-09 19:18:57 -04:00
|
|
|
<compile-all utils="false"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</bot>
|