aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 07:11:10 +0000
committerAdam Frisby2008-04-23 07:11:10 +0000
commit82e792217d36c6a5d321359a21d943909fa2fc42 (patch)
treec37ee10a0834875d13cd1649f1865ddda749166f
parent* Committing improved bamboo.build (diff)
downloadopensim-SC_OLD-82e792217d36c6a5d321359a21d943909fa2fc42.zip
opensim-SC_OLD-82e792217d36c6a5d321359a21d943909fa2fc42.tar.gz
opensim-SC_OLD-82e792217d36c6a5d321359a21d943909fa2fc42.tar.bz2
opensim-SC_OLD-82e792217d36c6a5d321359a21d943909fa2fc42.tar.xz
* One more attempt (Fixing CI server)
-rw-r--r--bamboo.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/bamboo.build b/bamboo.build
index 8cb1e62..f8eb371 100644
--- a/bamboo.build
+++ b/bamboo.build
@@ -5,6 +5,7 @@
5 <nant buildfile="OpenSim.build" target="build" /> 5 <nant buildfile="OpenSim.build" target="build" />
6 </target> 6 </target>
7 <target name="cibuild"> 7 <target name="cibuild">
8 <property name="projectdir" value="opensim-0.5.5" />
8 <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> 9 <exec program="mono" commandline="bin/Prebuild.exe /target nant" />
9 <nant buildfile="OpenSim.build" target="build" /> 10 <nant buildfile="OpenSim.build" target="build" />
10 <nant buildfile="OpenSim.build" target="dist" /> 11 <nant buildfile="OpenSim.build" target="dist" />