aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-09-10 18:12:02 +0000
committerSean Dague2008-09-10 18:12:02 +0000
commit1776d4d84e37f2b59fdb6dd755c25167a5d194b7 (patch)
treefef9d57f42f0722fe12a38a4eef3348398a0104c /.nant
parentadded the first couple of sqlite tests. we'll see how bamboo (diff)
downloadopensim-SC_OLD-1776d4d84e37f2b59fdb6dd755c25167a5d194b7.zip
opensim-SC_OLD-1776d4d84e37f2b59fdb6dd755c25167a5d194b7.tar.gz
opensim-SC_OLD-1776d4d84e37f2b59fdb6dd755c25167a5d194b7.tar.bz2
opensim-SC_OLD-1776d4d84e37f2b59fdb6dd755c25167a5d194b7.tar.xz
force a clean before the build to see if this makes bamboo
fail less often.
Diffstat (limited to '.nant')
-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}" />