]> git.saurik.com Git - wxWidgets.git/commitdiff
buildbot test
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 Sep 2008 12:47:56 +0000 (12:47 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 Sep 2008 12:47:56 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/csleobuild.xml [new file with mode: 0644]

diff --git a/build/buildbot/config/csleobuild.xml b/build/buildbot/config/csleobuild.xml
new file mode 100644 (file)
index 0000000..19d053c
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+    Name:       csleobuild.xml
+    Purpose:
+    Author:
+    RCS-ID:     $Id$
+    Copyright:
+    Licence:
+-->
+
+<bot xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<xi:include href="include/defs.xml"/>
+
+<build>
+    <name>OSX 10.5 wxMac trunk</name>
+    <builddir>csleo</builddir>
+
+    <steps>
+        <checkout/>
+        <configure/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
+</bot>
\ No newline at end of file