diff options
author | Adam Frisby | 2008-04-23 06:44:22 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-23 06:44:22 +0000 |
commit | f2213782190e4c462346f07d1cb7085e45a2e6ae (patch) | |
tree | 1fe210e17a20b549b2979d68d102103e2bfbb999 /bamboo.build | |
parent | * Tweaked autobuild.sh (diff) | |
download | opensim-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-- | bamboo.build | 8 |
1 files changed, 8 insertions, 0 deletions
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 | ||