Gitiles
Code Review
Sign In
review.coreboot.org
/
flashrom
/
07edbb9af4f5b692717b52ad84cca0728472755d
/
.
/
test_build.sh
blob: 0e43cd353ab30f27d45eec0848307b8666e9a6c2 [
file
] [
log
] [
blame
]
Patrick Georgi
07edbb9
2020-10-28 17:29:38 +0100
[
diff
] [
blame^
]
1
#!/bin/sh
2
set
-
e
3
4
make CONFIG_EVERYTHING
=
yes WARNERROR
=
yes
5
6
meson out
7
(
cd out
&&
ninja
)
8
(
cd out
&&
ninja test
)