diff options
Diffstat (limited to 'bamboo.build')
-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 | ||