Add a build action
All checks were successful
Test / build (push) Successful in 21s

This commit is contained in:
2025-08-01 21:18:16 +02:00
parent 96817ee672
commit d2dea66ddb
4 changed files with 44 additions and 11 deletions

View File

@@ -20,6 +20,14 @@ Pass `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release` to
This builds a CLI that can be then found in `./build/bin/katja`.
### Running the tests
To run the tests follow the build instructions first and then do:
```sh
ninja -C build test
```
## Project structure
The library code is in `katja/`. Public headers are under `include/`.