diff options
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r-- | .nant/bamboo.build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 766a0ff..e57692c 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -5,7 +5,7 @@ | |||
5 | <nant buildfile="../OpenSim.build" target="build" /> | 5 | <nant buildfile="../OpenSim.build" target="build" /> |
6 | </target> | 6 | </target> |
7 | <target name="cibuild"> | 7 | <target name="cibuild"> |
8 | <property name="projectdir" value="opensim-0.5.5" /> | 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="build" /> | 10 | <nant buildfile="../OpenSim.build" target="build" /> |
11 | 11 | ||
@@ -30,7 +30,6 @@ | |||
30 | <!-- Copy the 64 bit libode.so to bin/ for testing. --> | 30 | <!-- Copy the 64 bit libode.so to bin/ for testing. --> |
31 | <copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" /> | 31 | <copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" /> |
32 | 32 | ||
33 | |||
34 | <!-- Run the tests. --> | 33 | <!-- Run the tests. --> |
35 | <nunit2 failonerror="false"> | 34 | <nunit2 failonerror="false"> |
36 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | 35 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> |
@@ -46,12 +45,12 @@ | |||
46 | </nunit2> | 45 | </nunit2> |
47 | 46 | ||
48 | <zip zipfile="../${projectdir}.zip"> | 47 | <zip zipfile="../${projectdir}.zip"> |
49 | <fileset basedir="${projectdir}/"> | 48 | <fileset basedir="../${projectdir}/"> |
50 | <include name="**" /> | 49 | <include name="**" /> |
51 | </fileset> | 50 | </fileset> |
52 | </zip> | 51 | </zip> |
53 | <tar destfile="../${projectdir}.tar.gz" compression="GZip"> | 52 | <tar destfile="../${projectdir}.tar.gz" compression="GZip"> |
54 | <fileset basedir="${projectdir}/"> | 53 | <fileset basedir="../${projectdir}/"> |
55 | <include name="**" /> | 54 | <include name="**" /> |
56 | </fileset> | 55 | </fileset> |
57 | </tar> | 56 | </tar> |