Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/86678?usp=email )
Change subject: Enable authors list generation on Jenkins ......................................................................
Enable authors list generation on Jenkins
Change-Id: Ia018ce4addb65273fe022ed1f1e9d38420c0e469 Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M test_build.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/78/86678/1
diff --git a/test_build.sh b/test_build.sh index 968f259..1470e08 100755 --- a/test_build.sh +++ b/test_build.sh @@ -26,7 +26,7 @@
build_meson () { build_dir=out - meson_opts="-Dtests=enabled -Drpmc=enabled -Dman-pages=enabled -Ddocumentation=enabled" + meson_opts="-Dtests=enabled -Drpmc=enabled -Dman-pages=enabled -Ddocumentation=enabled -Dgenerate_authors_list=enabled" ninja_opts="-j $(nproc)"
rm -rf ${build_dir}