* Committing an 'autobuild.sh' script for our CI server. Others may find this helpful too. Linux equivalent of compile.bat
parent
9fc6b783da
commit
21a000016b
|
@ -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
|
Loading…
Reference in New Issue