StellarWerx32.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Name: StellarWerx32.xml
  4. -->
  5. <bot xmlns:xi="http://www.w3.org/2001/XInclude">
  6. <xi:include href="include/unix.xml"/>
  7. <build>
  8. <name>Linux x86 wxGTK trunk STL</name>
  9. <builddir>stellarwerx32_wxgtk</builddir>
  10. <scheduler>trunk_quick</scheduler>
  11. <steps>
  12. <checkout/>
  13. <configure options="--enable-stl --enable-debug"/>
  14. <compile-all/>
  15. <run-tests/>
  16. </steps>
  17. </build>
  18. <build>
  19. <name>Linux x86 wxX11 stable</name>
  20. <builddir>stellarwerx32_wxx11</builddir>
  21. <scheduler>daily_0600</scheduler>
  22. <steps>
  23. <checkout branch="{$STABLE_BRANCH}"/>
  24. <configure options="--with-x11"/>
  25. <compile-all utils="false"/>
  26. <run-tests/>
  27. </steps>
  28. </build>
  29. <build>
  30. <name>Linux x86 wxGTK trunk ANSI</name>
  31. <builddir>stellarwerx32_wxgtk_ansi</builddir>
  32. <scheduler>daily_0600</scheduler>
  33. <steps>
  34. <checkout/>
  35. <configure options="--disable-unicode --enable-debug"/>
  36. <compile-all/>
  37. <run-tests/>
  38. </steps>
  39. </build>
  40. </bot>