* Committing an 'autobuild.sh' script for our CI server. Others may find this helpful too. Linux equivalent of compile.bat

0.6.0-stable
Adam Frisby 2008-04-23 05:31:24 +00:00
parent 9fc6b783da
commit 21a000016b
1 changed files with 6 additions and 0 deletions

6
autobuild.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
mono bin/Prebuild.exe /target nant
# needed until we break up OpenSim.exe
perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
nant