aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorAdam Frisby2008-05-15 19:53:56 +0000
committerAdam Frisby2008-05-15 19:53:56 +0000
commit3dcc3e4798fa4535b83e9b9866909d34dad81ea3 (patch)
tree5b3ad1cfb6228b3a4abf2419a2d023ef10527950 /.nant
parentCommitting Xantor's LLEuler3Rot still broken fix patch. Mantis 001235. Tha... (diff)
downloadopensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.zip
opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.gz
opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.bz2
opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.xz
* Removing NUnit tests from CI build server temporarily while we work out what the hell is wrong with NUnit.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index c25110b..11cf78e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -22,14 +22,6 @@
22 <touch file="../${projectdir}/bin/startup_commands.txt" /> 22 <touch file="../${projectdir}/bin/startup_commands.txt" />
23 23
24 <mkdir dir="../test-results" /> 24 <mkdir dir="../test-results" />
25 <nunit2>
26 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
27 <test>
28 <assemblies>
29 <include name="../bin/OpenSim*.dll" />
30 </assemblies>
31 </test>
32 </nunit2>
33 25
34 <zip zipfile="../${projectdir}.zip"> 26 <zip zipfile="../${projectdir}.zip">
35 <fileset basedir="${projectdir}/"> 27 <fileset basedir="${projectdir}/">