diff options
author | Adam Frisby | 2008-04-23 05:31:24 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-23 05:31:24 +0000 |
commit | 21a000016b847e51127b9619d7695d21312f0289 (patch) | |
tree | f3728f76e18ce38eaaef3dfd6ac3309dd3f832bf | |
parent | Update svn properties. (diff) | |
download | opensim-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
-rw-r--r-- | autobuild.sh | 6 |
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 | |||
3 | mono bin/Prebuild.exe /target nant | ||
4 | # needed until we break up OpenSim.exe | ||
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | ||
6 | nant | ||