diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-03-27 10:52:50 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-29 21:12:34 +0300 |
commit | 8603c3b44515ca92499bcd70daeece8edbe8e6b0 (patch) | |
tree | 7cf863ace6d95b18a906917cd596001618252d2b /docs/markdown/snippets | |
parent | 7195c0ee9c3df499a2e9015e44ddcd2718d03c8b (diff) | |
download | meson-8603c3b44515ca92499bcd70daeece8edbe8e6b0.zip meson-8603c3b44515ca92499bcd70daeece8edbe8e6b0.tar.gz meson-8603c3b44515ca92499bcd70daeece8edbe8e6b0.tar.bz2 |
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.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/dist_not_tests.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |