wxWidgets/build/buildbot/config/brandt64.xml
Michael Wetherell 1441bb60df Add new unix bots.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-14 18:55:36 +00:00

26 lines
586 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Name: brandt64.xml
RCS-ID: $Id$
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include/unix.xml"/>
<build>
<name>Linux x86_64 wxGTK trunk static</name>
<builddir>brandt64_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>