make sdk test more verbose

using compile V=s should give some details in case this test fails.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/38/head
Paul Spooren 2019-11-06 12:51:05 -10:00
parent 54d80c0363
commit a940fa094c
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ test-sdk:
- make defconfig
- ./scripts/feeds update base
- ./scripts/feeds install busybox
- make package/busybox/compile -j$(nproc)
- make package/busybox/compile V=s
- ls ./bin/packages/x86_64/base/busybox*