* Removing autobuild.sh
* Adding bamboo.build NAnt target for bamboo CI server.0.6.0-stable
parent
ede5f5d4cb
commit
f221378219
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
mono bin/Prebuild.exe /target nant
|
||||
perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
|
||||
nant
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" ?>
|
||||
<project name="OpenSim" default="build">
|
||||
<target name="cibuild">
|
||||
<exec program="mono" commandline="bin/Prebuild.exe /target nant" />
|
||||
<nant buildfile="OpenSim.build" target="build" />
|
||||
<nant buildfile="OpenSim.build" target="dist" />
|
||||
</target>
|
||||
</project>
|
Loading…
Reference in New Issue