Revision: 1407
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1407&view=rev
Author:   rorthomas
Date:     2010-06-21 00:53:24 +0000 (Mon, 21 Jun 2010)

Log Message:
-----------
added buildbot scripts to the SVN

Added Paths:
-----------
    trunk/tools/buildbot/
    trunk/tools/buildbot/bootstrap.bat
    trunk/tools/buildbot/clean.bat
    trunk/tools/buildbot/compile.bat
    trunk/tools/buildbot/install.bat
    trunk/tools/buildbot/test.bat

Added: trunk/tools/buildbot/bootstrap.bat
===================================================================
--- trunk/tools/buildbot/bootstrap.bat                          (rev 0)
+++ trunk/tools/buildbot/bootstrap.bat  2010-06-21 00:53:24 UTC (rev 1407)
@@ -0,0 +1,21 @@
+mkdir build
+cd build
+rem poor mans escaping of newlines to make this giant more readable ...
+"C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" ^
+-G "Visual Studio 9 2008" ^
+-DROR_DEPENDENCIES_DIR=C:\data\ror_deps_released\ror-deps-windows-32bit\dependencies
 ^
+-DROR_BUILD_INSTALLER=ON ^
+-DROR_BUILD_CONFIGURATOR=ON ^
+-DROR_BUILD_EDITOR=OFF ^
+-DROR_USE_ANGELSCRIPT=ON ^
+-DROR_USE_CAELUM=ON ^
+-DROR_USE_CRASHRPT=ON ^
+-DROR_USE_HYDRAX=ON ^
+-DROR_USE_LUA=ON ^
+-DROR_USE_MOFILEREADER=ON ^
+-DROR_USE_MYGUI=ON ^
+-DROR_USE_OIS_G27=ON ^
+-ROR_USE_OPENAL=ON ^
+-ROR_USE_PAGED=ON ^
+-ROR_USE_SOCKETW=ON ^
+..
\ No newline at end of file

Added: trunk/tools/buildbot/clean.bat
===================================================================
--- trunk/tools/buildbot/clean.bat                              (rev 0)
+++ trunk/tools/buildbot/clean.bat      2010-06-21 00:53:24 UTC (rev 1407)
@@ -0,0 +1,5 @@
+cd build
+"C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" ^
+/clean ^
+release ^
+RoR.sln
\ No newline at end of file

Added: trunk/tools/buildbot/compile.bat
===================================================================
--- trunk/tools/buildbot/compile.bat                            (rev 0)
+++ trunk/tools/buildbot/compile.bat    2010-06-21 00:53:24 UTC (rev 1407)
@@ -0,0 +1,7 @@
+cd build
+C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe RoR.sln ^
+/t:Build ^
+/p:Configuration=Release ^
+/maxcpucount:2 ^
+/verbosity:d ^
+/nologo

Added: trunk/tools/buildbot/install.bat
===================================================================
--- trunk/tools/buildbot/install.bat                            (rev 0)
+++ trunk/tools/buildbot/install.bat    2010-06-21 00:53:24 UTC (rev 1407)
@@ -0,0 +1,19 @@
+...@echo off
+if "%1" == "" goto error
+mkdir C:\data\ror-binary-cache\rev-%1
+rem copy files to cache
+
+copy bin\*.* C:\data\ror-binary-cache\rev-%1
+symstore add /r /f C:\data\ror-binary-cache\rev-%1\*.* /s C:\data\symbols /t 
"RigsOfRods" /v "Build Rev-%1"
+
+xcopy /E /Y bin\*.* C:\data\ror-streams\binary\win32\beta\
+cd C:\data\ror-streams\binary\win32\beta\
+rem svn ci . -m="rev-%1" --username="" --password=""
+
+goto end
+
+:error
+echo missing argument!
+exit /B 1
+
+:end

Added: trunk/tools/buildbot/test.bat
===================================================================
--- trunk/tools/buildbot/test.bat                               (rev 0)
+++ trunk/tools/buildbot/test.bat       2010-06-21 00:53:24 UTC (rev 1407)
@@ -0,0 +1,2 @@
+cd bin
+test.bat


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to