v0.1.1: run tests in CI, add REUSE compliance and CONTRIBUTING

- Add .github/workflows/test.yml, using flatpak-builder's run-tests
  option so PRs and pushes exercise ctest inside the same KDE SDK
  sandbox as release builds.
- Add REUSE.toml covering files that can't carry an inline SPDX header
  (.desktop, keys/*.asc).
- Add CONTRIBUTING.md documenting build/test/release steps.
This commit is contained in:
2026-07-03 12:07:30 -05:00
parent 337eb1a6bd
commit 753822c242
6 changed files with 113 additions and 2 deletions
@@ -64,6 +64,15 @@
<content_rating type="oars-1.1"/>
<releases>
<release version="0.1.1" date="2026-07-03">
<description>
<ul>
<li>Run the test suite in CI on every pull request</li>
<li>Add REUSE license-compliance metadata</li>
<li>Add a CONTRIBUTING guide</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2026-07-03">
<description>
<p>Initial release.</p>