i3/.github
Michael Stapelberg 4ab34d5042
GitHub Actions: skip build + test steps in meson dist (#5148)
Originally I thought we should remove the build and test steps in favor of the
“meson dist” step. But, then we lose verbose build command lines and access
to the test logs, and having the failing test logs readily available is
critical.

So, instead, let’s make the “meson dist” step not repeat the work that was
already done in earlier steps. The Meson manual even documents the --no-tests
flag precisely for our use case:

> The meson dist command has a --no-tests option to skip build and tests steps
> of generated packages. It can be used to not waste time for example when done
> in CI that already does its own testing.

From https://mesonbuild.com/Creating-releases.html

fixes https://github.com/i3/i3/issues/5145
2022-09-21 22:19:57 +02:00
..
ISSUE_TEMPLATE Add option to start a new discussion in the templates 2021-09-10 00:51:19 +02:00
workflows GitHub Actions: skip build + test steps in meson dist (#5148) 2022-09-21 22:19:57 +02:00
CONTRIBUTING.md Keep each release note in a single file 2021-11-05 10:13:22 +01:00
GOVERNANCE.md document our project governance model (#2675) 2017-02-06 10:10:41 -08:00
ISSUE_TEMPLATE.md Update CONTRIBUTING and issue template(s) for feature requests 2020-12-29 20:29:48 +01:00