From 8603c3b44515ca92499bcd70daeece8edbe8e6b0 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 27 Mar 2020 10:52:50 -0400 Subject: dist: Add --no-tests option It is not always needed to test generated tarballs, for example when they are generated by CI that already does its own testing. --- docs/markdown/snippets/dist_not_tests.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/dist_not_tests.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/dist_not_tests.md b/docs/markdown/snippets/dist_not_tests.md new file mode 100644 index 0000000..f9c971e --- /dev/null +++ b/docs/markdown/snippets/dist_not_tests.md @@ -0,0 +1,5 @@ +## meson dist --no-tests + +`meson dist` has a new option `--no-tests` to skip build and tests of generated +packages. It can be used to not waste time for example when done in CI that +already does its own testing. -- cgit v1.1