Files
meson/docs/markdown/snippets/dist_not_tests.md
Xavier Claessens 8603c3b445 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.
2020-03-29 21:12:34 +03:00

212 B

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.