Add --disable-gui and --disable-all-features builds to the ravnsgaard buildbot.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
69fc85873d
commit
e7644ca782
@ -19,4 +19,28 @@
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<build>
|
||||
<name>Linux i386 wxGTK trunk no gui</name>
|
||||
<builddir>ravnsgaard_wxgtk_nogui</builddir>
|
||||
<scheduler>daily_0600</scheduler>
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="--disable-all-features"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<build>
|
||||
<name>Linux i386 wxGTK trunk no features</name>
|
||||
<builddir>ravnsgaard_wxgtk_nofeatures</builddir>
|
||||
<scheduler>daily_0600</scheduler>
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="--disable-gui"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
</bot>
|
||||
|
Loading…
Reference in New Issue
Block a user