aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.nant/local.include2
-rw-r--r--bamboo.build6
2 files changed, 7 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 48955aa..2580af6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,4 +1,4 @@
1<property name="projectdir" value="opensim-0.4" /> 1<property name="projectdir" value="opensim-0.5.5" />
2 2
3<target name="distdir"> 3<target name="distdir">
4 <delete dir="${projectdir}" /> 4 <delete dir="${projectdir}" />
diff --git a/bamboo.build b/bamboo.build
index 1d540ab..8cb1e62 100644
--- a/bamboo.build
+++ b/bamboo.build
@@ -1,8 +1,14 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<project name="OpenSim" default="build"> 2<project name="OpenSim" default="build">
3 <target name="build">
4 <exec program="mono" commandline="bin/Prebuild.exe /target nant" />
5 <nant buildfile="OpenSim.build" target="build" />
6 </target>
3 <target name="cibuild"> 7 <target name="cibuild">
4 <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> 8 <exec program="mono" commandline="bin/Prebuild.exe /target nant" />
5 <nant buildfile="OpenSim.build" target="build" /> 9 <nant buildfile="OpenSim.build" target="build" />
6 <nant buildfile="OpenSim.build" target="dist" /> 10 <nant buildfile="OpenSim.build" target="dist" />
11 <copy file="${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
12 <copy file="${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
7 </target> 13 </target>
8</project> \ No newline at end of file 14</project> \ No newline at end of file