make: Reduce build output
Default to silent builds, only outputting the file being generated. This gives output similar to Linux/coreboot output when building. `VERBOSE=1` can be passed to show the actual commands. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
2056d4d5e0
commit
b03c960b4f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -96,4 +96,4 @@ jobs:
|
||||
run: ./scripts/deps.sh
|
||||
|
||||
- name: Build firmware
|
||||
run: make BOARD=${{ matrix.vendor}}/${{ matrix.board }}
|
||||
run: make BOARD=${{ matrix.vendor}}/${{ matrix.board }} VERBOSE=1
|
||||
|
Reference in New Issue
Block a user