docs: prepare 1.0.4 release notes and CI test coverage

Document current version in README, add ctest instructions, update QML
development paths, and run tests plus broader qmllint in CI.
This commit is contained in:
Sebastian Palencsar
2026-06-21 08:52:45 +02:00
parent 74cabebc4b
commit f4b3109c32
3 changed files with 27 additions and 4 deletions

View File

@@ -35,5 +35,6 @@ jobs:
qt6-multimedia-ffmpeg
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j"$(nproc)"
"$(/usr/lib/qt6/bin/qtpaths6 --query QT_INSTALL_BINS)/qmllint" src/qml/Main.qml
ctest --test-dir build --output-on-failure
"$(/usr/lib/qt6/bin/qtpaths6 --query QT_INSTALL_BINS)/qmllint" src/qml/Main.qml src/qml/components/*.qml src/qml/theme/BearTheme.qml
'