diff options
Diffstat (limited to 'bamboo.build')
-rw-r--r-- | bamboo.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bamboo.build b/bamboo.build index 1d540ab..8cb1e62 100644 --- a/bamboo.build +++ b/bamboo.build | |||
@@ -1,8 +1,14 @@ | |||
1 | <?xml version="1.0" ?> | 1 | <?xml version="1.0" ?> |
2 | <project name="OpenSim" default="build"> | 2 | <project name="OpenSim" default="build"> |
3 | <target name="build"> | ||
4 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> | ||
5 | <nant buildfile="OpenSim.build" target="build" /> | ||
6 | </target> | ||
3 | <target name="cibuild"> | 7 | <target name="cibuild"> |
4 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> | 8 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> |
5 | <nant buildfile="OpenSim.build" target="build" /> | 9 | <nant buildfile="OpenSim.build" target="build" /> |
6 | <nant buildfile="OpenSim.build" target="dist" /> | 10 | <nant buildfile="OpenSim.build" target="dist" /> |
11 | <copy file="${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" /> | ||
12 | <copy file="${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" /> | ||
7 | </target> | 13 | </target> |
8 | </project> \ No newline at end of file | 14 | </project> \ No newline at end of file |