Add workflow + examples + tests

This commit is contained in:
ArthurSonzogni
2025-04-24 03:02:10 +02:00
parent f128c442cc
commit 45bf24f8ea
10 changed files with 243 additions and 467 deletions

View File

@@ -55,6 +55,12 @@ jobs:
gcovr: "5.0"
opencppcoverage: true
- name: "Install Bazel"
uses: bazelbuild/setup-bazel@v5
- name: "Tests with Bazel"
run: bazel run test
# make sure coverage is only enabled for Debug builds, since it sets -O0
# to make sure coverage has meaningful results
- name: "Configure CMake"