aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bamboo.build
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 07:00:07 +0000
committerAdam Frisby2008-04-23 07:00:07 +0000
commite11978d2096a790188fe6a58470063a0a4a369c5 (patch)
treef20a5dcc1c7532b4fb107237f91a984fac96a55b /bamboo.build
parent* Removing autobuild.sh (diff)
downloadopensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.zip
opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.gz
opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.bz2
opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.xz
* Committing improved bamboo.build
* Incremented OpenSim version counter to 0.5.5 (from 0.4)
Diffstat (limited to '')
-rw-r--r--bamboo.build6
1 files changed, 6 insertions, 0 deletions
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