* minor: speculatively try a change to bamboo.build to see if this generates nightly binaries again
parent
7d7f57a94d
commit
cbec2bf22b
|
@ -5,7 +5,7 @@
|
||||||
<nant buildfile="../OpenSim.build" target="build" />
|
<nant buildfile="../OpenSim.build" target="build" />
|
||||||
</target>
|
</target>
|
||||||
<target name="cibuild">
|
<target name="cibuild">
|
||||||
<property name="projectdir" value="opensim-0.5.5" />
|
<property name="projectdir" value="opensim-0.5.9" />
|
||||||
<exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
|
<exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
|
||||||
<nant buildfile="../OpenSim.build" target="build" />
|
<nant buildfile="../OpenSim.build" target="build" />
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
<!-- Copy the 64 bit libode.so to bin/ for testing. -->
|
<!-- Copy the 64 bit libode.so to bin/ for testing. -->
|
||||||
<copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" />
|
<copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Run the tests. -->
|
<!-- Run the tests. -->
|
||||||
<nunit2 failonerror="false">
|
<nunit2 failonerror="false">
|
||||||
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
|
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
|
||||||
|
@ -46,12 +45,12 @@
|
||||||
</nunit2>
|
</nunit2>
|
||||||
|
|
||||||
<zip zipfile="../${projectdir}.zip">
|
<zip zipfile="../${projectdir}.zip">
|
||||||
<fileset basedir="${projectdir}/">
|
<fileset basedir="../${projectdir}/">
|
||||||
<include name="**" />
|
<include name="**" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</zip>
|
</zip>
|
||||||
<tar destfile="../${projectdir}.tar.gz" compression="GZip">
|
<tar destfile="../${projectdir}.tar.gz" compression="GZip">
|
||||||
<fileset basedir="${projectdir}/">
|
<fileset basedir="../${projectdir}/">
|
||||||
<include name="**" />
|
<include name="**" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</tar>
|
</tar>
|
||||||
|
|
Loading…
Reference in New Issue