travis 10: forward j o make-host.sh

This commit is contained in:
Ciro Santilli
2017-11-02 16:54:25 +00:00
parent 42051b51ed
commit 5a2680c985

2
run
View File

@@ -42,7 +42,7 @@ case "$arch" in
esac
cd kernel_module
./make-host.sh clean
./make-host.sh -j "$j" clean
cd ../buildroot
for p in $(find '../buildroot_patches/' -maxdepth 1 -name '*.patch' -print); do
patch -N -r - -p 1 <"$p" || :