aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/autobuild.sh
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 05:31:24 +0000
committerAdam Frisby2008-04-23 05:31:24 +0000
commit21a000016b847e51127b9619d7695d21312f0289 (patch)
treef3728f76e18ce38eaaef3dfd6ac3309dd3f832bf /autobuild.sh
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-21a000016b847e51127b9619d7695d21312f0289.zip
opensim-SC_OLD-21a000016b847e51127b9619d7695d21312f0289.tar.gz
opensim-SC_OLD-21a000016b847e51127b9619d7695d21312f0289.tar.bz2
opensim-SC_OLD-21a000016b847e51127b9619d7695d21312f0289.tar.xz
* Committing an 'autobuild.sh' script for our CI server. Others may find this helpful too. Linux equivalent of compile.bat
Diffstat (limited to 'autobuild.sh')
-rw-r--r--autobuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
new file mode 100644
index 0000000..c492203
--- /dev/null
+++ b/autobuild.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3mono bin/Prebuild.exe /target nant
4# needed until we break up OpenSim.exe
5perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
6nant