Files
gtav-src/tools_ng/etc/CruiseControl/general/nm_custom.xml
T
2025-09-29 00:52:08 +02:00

18 lines
648 B
XML
Executable File

<!-- Natural motion config -->
<!-- much like studio_custom, ready to be reconfigured as each studio sees fit -->
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
<cb:define nm_src_branch ="north"/>
<cb:define nm_dst_branch ="dev"/>
<cb:define nmp4server ="rsgedip4p1"/>
<cb:define nmp4port ="$(nmp4server):1672"/>
<cb:define nmp4client ="$(COMPUTERNAME)"/>
<cb:define nmp4user ="buildernorth"/>
<cb:define nm_src_filespec ="//depot/branches/$(nm_src_branch)/..."/>
<cb:define nm_dst_filespec ="//rage/$(game)/$(nm_dst_branch)/rage/naturalmotion/dump/..."/>
</cb:config-template>