diff --git a/01_distcc.feature b/01_distcc.feature new file mode 100644 index 0000000..60ba1b4 --- /dev/null +++ b/01_distcc.feature @@ -0,0 +1,10 @@ +# Bootable image for distcc + +As a developer +In order to speed up builds for c complies +I would like to compile across all machines I can boot with ii + +Given a set of machines with ii +When I switch them to ii mode +Then the will all be connected +And complies using distcc will be distributed against them all