* Removing autobuild.sh

* Adding bamboo.build NAnt target for bamboo CI server.
0.6.0-stable
Adam Frisby 2008-04-23 06:44:22 +00:00
parent ede5f5d4cb
commit f221378219
2 changed files with 8 additions and 5 deletions

View File

@ -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

8
bamboo.build Normal file
View File

@ -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>