ravnsgaard.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Name: ravnsgaard.xml
  4. Licence: wxWindows licence
  5. -->
  6. <bot xmlns:xi="http://www.w3.org/2001/XInclude">
  7. <xi:include href="include/unix.xml"/>
  8. <!-- Moved to brandt32 while ranvsgaard is down -->
  9. <disable>
  10. <build>
  11. <name>Linux i386 wxGTK stable STL</name>
  12. <builddir>ravnsgaard_wxgtk_stable</builddir>
  13. <scheduler>stable_quick</scheduler>
  14. <steps>
  15. <checkout branch="{$STABLE_BRANCH}"/>
  16. <configure options="--enable-stl"/>
  17. <compile-all utils="false"/>
  18. <run-tests/>
  19. </steps>
  20. </build>
  21. <build>
  22. <name>Linux i386 wxGTK trunk no gui</name>
  23. <builddir>ravnsgaard_wxgtk_nogui</builddir>
  24. <scheduler>daily_0600</scheduler>
  25. <steps>
  26. <checkout/>
  27. <configure options="--disable-gui --enable-debug"/>
  28. <compile-all/>
  29. <run-tests/>
  30. </steps>
  31. </build>
  32. <build>
  33. <name>Linux i386 wxGTK trunk no features</name>
  34. <builddir>ravnsgaard_wxgtk_nofeatures</builddir>
  35. <scheduler>daily_0600</scheduler>
  36. <steps>
  37. <checkout/>
  38. <configure options="--disable-all-features --enable-debug"/>
  39. <compile-all utils="false"/>
  40. <run-tests/>
  41. </steps>
  42. </build>
  43. </disable>
  44. </bot>