aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
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
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')
-rw-r--r--.nant/bamboo.build1
-rw-r--r--.nant/local.include1
2 files changed, 2 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" />
diff --git a/.nant/local.include b/.nant/local.include
index 839c79b..58285bb 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -30,6 +30,7 @@
30</target> 30</target>
31 31
32<target name="test" depends="build"> 32<target name="test" depends="build">
33 <setenv name="MONO_THREADS_PER_CPU" value="100" />
33 <nunit2 failonerror="true" verbose="true"> 34 <nunit2 failonerror="true" verbose="true">
34 <formatter type="Plain" /> 35 <formatter type="Plain" />
35 <test> 36 <test>