aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2009-04-13 22:54:59 +0000
committerSean Dague2009-04-13 22:54:59 +0000
commit04846bf919424585e4202e99b4ccb7523641c8ba (patch)
treed7a32b8028b2bcbbf3a46f4735586a0d1bbf17ee /.nant
parentcomment out ode tests for now, as I can't get these to run manually on (diff)
downloadopensim-SC-04846bf919424585e4202e99b4ccb7523641c8ba.zip
opensim-SC-04846bf919424585e4202e99b4ccb7523641c8ba.tar.gz
opensim-SC-04846bf919424585e4202e99b4ccb7523641c8ba.tar.bz2
opensim-SC-04846bf919424585e4202e99b4ccb7523641c8ba.tar.xz
don't build the snapshot builds, if you want experimental, you need to
know how to use a compiler.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build14
1 files changed, 0 insertions, 14 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 6cb238a..3280dd0 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -52,20 +52,6 @@
52 </test> 52 </test>
53 </nunit2> 53 </nunit2>
54 54
55 <zip zipfile="../${projectdir}.zip">
56 <fileset basedir="../${projectdir}" prefix="${projectdir}">
57 <include name="**/*" />
58 </fileset>
59 </zip>
60 <tar destfile="../${projectdir}.tar.gz" compression="GZip">
61 <fileset basedir="../${projectdir}" prefix="${projectdir}">
62 <include name="**/*" />
63 </fileset>
64 </tar>
65
66 <copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
67 <copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
68
69<!-- 55<!--
70 <echo message="Generating Doxygen documentation" /> 56 <echo message="Generating Doxygen documentation" />
71 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> 57 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />