aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/bamboo.build
diff options
context:
space:
mode:
authorSean Dague2009-03-30 18:49:01 +0000
committerSean Dague2009-03-30 18:49:01 +0000
commit6d48c2422e6ac938f53d7fa5da518621ddb85f02 (patch)
tree7e2787ea21baa0b5cf4b52c0582f9d6e7866cb0b /.nant/bamboo.build
parent* minor: remove mono compiler warnings (diff)
downloadopensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.zip
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.gz
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.bz2
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.xz
set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r--.nant/bamboo.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 5f0f35d..f37c199 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -1,5 +1,6 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<project name="OpenSim" default="build"> 2<project name="OpenSim" default="build">
3 <setenv name="MONO_THREADS_PER_CPU" value="100" />
3 <target name="build"> 4 <target name="build">
4 <exec program="mono" commandline="../bin/Prebuild.exe /target nant" /> 5 <exec program="mono" commandline="../bin/Prebuild.exe /target nant" />
5 <nant buildfile="../OpenSim.build" target="build" /> 6 <nant buildfile="../OpenSim.build" target="build" />