Skip to content

Commit

Permalink
verbose builds to avoid quiet timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Sep 16, 2018
1 parent e3ac9b5 commit bec3335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bec3335

Please sign in to comment.