]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxDFB to buildbot.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 9 Apr 2010 23:04:43 +0000 (23:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 9 Apr 2010 23:04:43 +0000 (23:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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>