]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/brandt32.xml
Add wxDFB to buildbot.
[wxWidgets.git] / build / buildbot / config / brandt32.xml
index 8d35b61dc0ed34cbc8d5a196a8f81791815ed787..4f2da9652e2c911e1bb37ef3d948cb54de084175 100644 (file)
     </steps>
 </build>
 
+<build>
+    <name>Linux x86 wxDFB trunk</name>
+    <builddir>brandt32_dfb_trunk</builddir>
+    <-scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout/>
+        <configure options="--with-directfb"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
+<build>
+    <name>Linux x86 wxDFB stable</name>
+    <builddir>brandt32_dfb_stable</builddir>
+    <scheduler>daily_0600</scheduler>
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--with-directfb"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
 </bot>