diff options
Diffstat (limited to '')
-rw-r--r-- | bamboo.build | 1 |
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" /> |