From 21a000016b847e51127b9619d7695d21312f0289 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 23 Apr 2008 05:31:24 +0000 Subject: * Committing an 'autobuild.sh' script for our CI server. Others may find this helpful too. Linux equivalent of compile.bat --- autobuild.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 autobuild.sh (limited to 'autobuild.sh') diff --git a/autobuild.sh b/autobuild.sh new file mode 100644 index 0000000..c492203 --- /dev/null +++ b/autobuild.sh @@ -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 -- cgit v1.1