2009-08-14 14:55:36 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Name: brandt32.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</name>
|
2009-08-14 14:55:36 -04:00
|
|
|
<builddir>brandt32_gtk</builddir>
|
2010-04-09 18:04:59 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2013-10-09 15:44:42 -04:00
|
|
|
<configure options="--enable-compat28 --enable-debug"/>
|
2010-04-09 18:04:59 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2012-07-10 06:50:36 -04:00
|
|
|
<build>
|
2012-07-10 06:54:48 -04:00
|
|
|
<name>Linux x86 wxGTK trunk STL no compat</name>
|
2012-07-10 06:50:36 -04:00
|
|
|
<builddir>brandt32_gtk_stl</builddir>
|
|
|
|
<scheduler>trunk_quick</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure options="--disable-compat28 --enable-stl"/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2010-04-09 18:04:59 -04:00
|
|
|
<build>
|
|
|
|
<name>Linux x86 wxGTK trunk static</name>
|
|
|
|
<builddir>brandt32_gtk_trunk_static</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-22 18:12:00 -04:00
|
|
|
<configure options="--disable-shared --enable-debug"/>
|
2010-04-09 18:04:59 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>Linux x86 wxGTK stable static</name>
|
|
|
|
<builddir>brandt32_gtk_stable_static</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure options="--disable-shared"/>
|
2010-04-09 19:18:57 -04:00
|
|
|
<compile-all utils="false"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2010-04-09 19:04:43 -04:00
|
|
|
<build>
|
|
|
|
<name>Linux x86 wxDFB trunk</name>
|
|
|
|
<builddir>brandt32_dfb_trunk</builddir>
|
2010-04-14 03:21:44 -04:00
|
|
|
<scheduler>daily_0600</scheduler>
|
2010-04-09 19:04:43 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-22 18:12:00 -04:00
|
|
|
<configure options="--with-directfb --enable-debug"/>
|
2010-04-09 19:04:43 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>Linux x86 wxDFB stable</name>
|
|
|
|
<builddir>brandt32_dfb_stable</builddir>
|
2010-04-14 03:21:44 -04:00
|
|
|
<scheduler>daily_0600</scheduler>
|
2010-04-09 19:04:43 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure options="--with-directfb"/>
|
2010-04-09 19:18:57 -04:00
|
|
|
<compile-all utils="false"/>
|
2010-04-09 19:04:43 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2011-09-20 13:25:55 -04:00
|
|
|
<!-- These last three are ravnsgaard's job's moved here while it is down -->
|
|
|
|
<build>
|
|
|
|
<name>Linux i386 wxGTK stable STL</name>
|
|
|
|
<builddir>brandt32_wxgtk_stable</builddir>
|
|
|
|
<scheduler>stable_quick</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure options="--enable-stl"/>
|
|
|
|
<compile-all utils="false"/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>Linux i386 wxGTK trunk no gui</name>
|
|
|
|
<builddir>brandt32_wxgtk_nogui</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure options="--disable-gui --enable-debug"/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>Linux i386 wxGTK trunk no features</name>
|
|
|
|
<builddir>brandt32_wxgtk_nofeatures</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure options="--disable-all-features --enable-debug"/>
|
|
|
|
<compile-all utils="false"/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
2009-08-14 14:55:36 -04:00
|
|
|
</bot>
|