Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows: Re-run tests in an unpacked sdist #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smcv
Copy link
Contributor

@smcv smcv commented May 19, 2020

This is analogous to Autotools make distcheck or Meson ninja dist. It verifies that the sdist works correctly, and contains everything necessary to build, test and install.


This includes #18, because the tests fail without the extra files added by #18 (I've confirmed that CI fails without that commit).

@chaudum
Copy link
Owner

chaudum commented Sep 17, 2020

@smcv Could you rebase the branch so the already merged commit 863d212 (in PR #18 ) is removed? Then I am happy to merge it.

@chaudum chaudum added the ci/cd Continuous Integration / Continuous Delivery label Sep 17, 2020
@chaudum chaudum added this to the Release 1.x milestone Sep 22, 2020
@smcv
Copy link
Contributor Author

smcv commented Sep 30, 2020

Rebased.

This is analogous to Autotools make distcheck or Meson ninja dist. It
verifies that the sdist works correctly, and contains everything necessary
to build, test and install.

Signed-off-by: Simon McVittie <smcv@debian.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous Integration / Continuous Delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants