aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 06:44:22 +0000
committerAdam Frisby2008-04-23 06:44:22 +0000
commitf2213782190e4c462346f07d1cb7085e45a2e6ae (patch)
tree1fe210e17a20b549b2979d68d102103e2bfbb999
parent* Tweaked autobuild.sh (diff)
downloadopensim-SC_OLD-f2213782190e4c462346f07d1cb7085e45a2e6ae.zip
opensim-SC_OLD-f2213782190e4c462346f07d1cb7085e45a2e6ae.tar.gz
opensim-SC_OLD-f2213782190e4c462346f07d1cb7085e45a2e6ae.tar.bz2
opensim-SC_OLD-f2213782190e4c462346f07d1cb7085e45a2e6ae.tar.xz
* Removing autobuild.sh
* Adding bamboo.build NAnt target for bamboo CI server.
Diffstat (limited to '')
-rw-r--r--autobuild.sh5
-rw-r--r--bamboo.build8
2 files changed, 8 insertions, 5 deletions
diff --git a/autobuild.sh b/autobuild.sh
deleted file mode 100644
index 5c2fd46..0000000
--- a/autobuild.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2mono bin/Prebuild.exe /target nant
3perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
4nant
5
diff --git a/bamboo.build b/bamboo.build
new file mode 100644
index 0000000..1d540ab
--- /dev/null
+++ b/bamboo.build
@@ -0,0 +1,8 @@
1<?xml version="1.0" ?>
2<project name="OpenSim" default="build">
3 <target name="cibuild">
4 <exec program="mono" commandline="bin/Prebuild.exe /target nant" />
5 <nant buildfile="OpenSim.build" target="build" />
6 <nant buildfile="OpenSim.build" target="dist" />
7 </target>
8</project> \ No newline at end of file