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 485c335a34 test_build.sh: use -C option of ninja to specify the build directory
Change-Id: I04a0fdf9b5126b9f4006e8229c3926ceb1013456
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/51979
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-04-14 15:54:11 +00:00

11 lines
141 B
Bash
Executable File

#!/usr/bin/env sh
set -e
make CONFIG_EVERYTHING=yes WARNERROR=yes
builddir=out
meson $builddir
ninja -C $builddir
ninja -C $builddir test