aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.nant/bamboo.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 3b2ec1a..9f4e34e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -7,6 +7,7 @@
7 <target name="cibuild"> 7 <target name="cibuild">
8 <property name="projectdir" value="opensim-0.5.9" /> 8 <property name="projectdir" value="opensim-0.5.9" />
9 <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> 9 <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
10 <nant buildfile="../OpenSim.build" target="clean" />
10 <nant buildfile="../OpenSim.build" target="build" /> 11 <nant buildfile="../OpenSim.build" target="build" />
11 12
12 <delete dir="../${projectdir}" /> 13 <delete dir="../${projectdir}" />