mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
verbose builds to avoid quiet timeouts
This commit is contained in:
parent
e3ac9b59f3
commit
bec3335cf6
@ -43,11 +43,11 @@ jobs:
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
./build/make-4.2/make -j4 BOARD=qemu-coreboot
|
||||
./build/make-4.2/make -j4 BOARD=qemu-coreboot V=1
|
||||
- run:
|
||||
name: qemu-linuxboot
|
||||
command: |
|
||||
./build/make-4.2/make -j4 BOARD=qemu-linuxboot
|
||||
./build/make-4.2/make -j4 BOARD=qemu-linuxboot V=1
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user