buildbot_config/worker/build_reactos
Colin Finck 730b11c26d
Update workers to latest BuildBot release.
The directory name has been changed to reflect that.
2019-06-29 11:46:24 +02:00

12 lines
247 B
Bash
Executable File

#!/bin/bash
# ReactOS BuildBot Build Scripts
# build_reactos - Build a ReactOS module
#
# Parameters - The module(s) to be built, e.g. "bootcd". Directly passed to ninja.
source ../../config.inc
$TIME bash -c "(
cd $ROS_OUTPUT
ninja -k 0 $@
)"