1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 07:02:34 +02:00
flashrom/test_build.sh
Thomas Heijligen ada10bb43d test_build.sh: use sh from env
Change-Id: I3897b8d980425ecbb89b238d4a766f628cf9d3e6
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/51978
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-04-14 15:53:58 +00:00

9 lines
119 B
Bash
Executable File

#!/usr/bin/env sh
set -e
make CONFIG_EVERYTHING=yes WARNERROR=yes
meson out
(cd out && ninja)
(cd out && ninja test)