mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
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:
@@ -34,7 +34,13 @@ cmake --install build --prefix "$HOME/.local"
|
||||
If you changed QML:
|
||||
|
||||
```bash
|
||||
qmllint src/qml/Main.qml
|
||||
qmllint src/qml/Main.qml src/qml/components/*.qml src/qml/theme/BearTheme.qml
|
||||
```
|
||||
|
||||
Run unit tests after backend changes:
|
||||
|
||||
```bash
|
||||
ctest --test-dir build --output-on-failure
|
||||
```
|
||||
|
||||
## Change Guidelines
|
||||
|
||||
Reference in New Issue
Block a user