Files
gtav-src/tools_ng/script/util/CruiseControl/Aggregates/aggregate_testers_win32.bat
T
2025-09-29 00:52:08 +02:00

23 lines
465 B
Batchfile
Executable File

@ECHO OFF
REM
REM File:: aggregate_testers.bat
REM Description:: Launches Cruise Control Server
REM
REM Author:: Derek Ward <derek.ward@rockstarnorth.com>
REM date:: 7th January 2013
CALL %RS_TOOLSROOT%\bin\setenv.bat
set CC=CruiseControl
REM ======>START SERVER
pushd %RS_TOOLSBIN%\CruiseControl
"%RS_TOOLSBIN%\%CC%\ccnet.exe" -config:%RS_TOOLSCONFIG%\%CC%\aggregates\aggregate_testers_win32.xml
popd
pause
REM ===>CRUISE CONTROL EXIT