mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 02:00:42 +08:00

It is not always needed to test generated tarballs, for example when they are generated by CI that already does its own testing.
212 B
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.