wxWidgets/build/buildbot/config/brandt32.xml

26 lines
583 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
Name: brandt32.xml
RCS-ID: $Id$
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include/unix.xml"/>
<build>
<name>Linux x86 wxGTK trunk static</name>
<builddir>brandt32_gtk</builddir>
<!--scheduler>daily_0800</scheduler-->
<steps>
<checkout/>
<configure options="--disable-shared --enable-opengl --enable-svg
--enable-aui --with-gtk=2 --enable-graphics_ctx"/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>