Update configuration of linux buildbots.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b796194b15
commit
ec2c679586
6 changed files with 79 additions and 167 deletions
|
|
@ -10,24 +10,36 @@
|
|||
<xi:include href="include/unix.xml"/>
|
||||
|
||||
<build>
|
||||
<name>Linux x86 wxGTK trunk STL debug</name>
|
||||
<builddir>stellarwerx32_wxgtk_debug</builddir>
|
||||
<scheduler>daily_0600</scheduler>
|
||||
<name>Linux x86 wxGTK trunk STL</name>
|
||||
<builddir>stellarwerx32_wxgtk</builddir>
|
||||
<scheduler>trunk_quick</scheduler>
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
||||
<configure options="--enable-stl"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<build>
|
||||
<name>Linux x86 wxGTK trunk STL release</name>
|
||||
<builddir>stellarwerx32_wxgtk_release</builddir>
|
||||
<scheduler>trunk_quick</scheduler>
|
||||
<name>Linux x86 wx11 stable</name>
|
||||
<builddir>stellarwerx32_wxx11</builddir>
|
||||
<scheduler>daily_0600</scheduler>
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="--with-x11"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<build>
|
||||
<name>Linux x86 wxGTK trunk ANSI</name>
|
||||
<builddir>stellarwerx32_wxgtk_ansi</builddir>
|
||||
<scheduler>daily_0600</scheduler>
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
||||
<configure options="--disable-unicode"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue