mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
circleci: enable V=1 to produce more output and avoid timing out
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
97402ed32d
commit
31f021e5f7
@ -26,6 +26,7 @@ jobs:
|
||||
./build/make-4.2.1/make \
|
||||
CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
--load 2 \
|
||||
V=1 \
|
||||
BOARD=qemu-linuxboot \
|
||||
|
||||
- store-artifacts:
|
||||
@ -40,6 +41,7 @@ jobs:
|
||||
./build/make-4.2.1/make \
|
||||
CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
--load 2 \
|
||||
V=1 \
|
||||
BOARD=qemu-coreboot \
|
||||
|
||||
- store-artifacts:
|
||||
@ -53,6 +55,7 @@ jobs:
|
||||
./build/make-4.2.1/make \
|
||||
CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
--load 2 \
|
||||
V=1 \
|
||||
BOARD=x230 \
|
||||
|
||||
- store-artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user