Name: xp_vc.xml
Purpose: Buildbot xp_vc configuration.
Author: Laurent Humbertclaude
- RCS-ID: $Id$
Copyright: (c) 2008 Laurent Humbertclaude
- Licence: wxWidgets licence
+ Licence: wxWindows licence
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include/xp_vc.xml"/>
<steps>
<checkout/>
<compile-all tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<compile-all contrib="false" tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout/>
<compile-all tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<compile-all contrib="false" tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout/>
<compile-all tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<compile-all contrib="false" tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout/>
<compile-all tests="true"/>
+ <run-tests/>
</steps>
</build>
<build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<compile-all contrib="false" tests="true"/>
+ <run-tests/>
</steps>
</build>
</bot>