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
+1 -1
View File
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.16)
project(kareer VERSION 0.1.0 LANGUAGES CXX)
project(kareer VERSION 0.1.1 LANGUAGES CXX)
set(REQUIRED_QT_VERSION 6.6.0)
set(REQUIRED_KF_VERSION 6.5.0)