Files
2025-09-29 00:52:08 +02:00

28 lines
738 B
XML
Executable File

<tasks xmlns:cb="urn:ccnet.config.builder">
<cb:scope
build_timeout ="99999">
<modificationWriter/>
<exec>
<executable>cmd.exe</executable>
<buildArgs>/C echo [colourise=blue]INFO_MSG: $(executable) $(tools_script_path) $(tools_script_args)</buildArgs>
</exec>
<exec>
<executable>$(executable)</executable>
<buildArgs>$(tools_script_path) $(tools_script_args)</buildArgs>
<buildTimeoutSeconds>$(build_timeout)</buildTimeoutSeconds>
<abortOnFail>false</abortOnFail>
<description>$(test_description)</description>
<environment>
<variable>
<name>RAGE_DIR</name>
<value>$(rage_dir)</value>
</variable>
</environment>
</exec>
</cb:scope>
</tasks>