Commit 7108c00
committed
ci: Run CMake testrunner from both repo root and build dir
This updates the GitHub Actions workflow to execute `testrunner` twice,
but only for the CMake build case:
- Once from the repository root (default case).
- Once from within the `cmake.output` build directory to ensure the
`SIMPLECPP_TEST_SOURCE_DIR` definition is correctly set and resolved.
Note that this is not yet supported for the Makefile-based build.
Suggested-by: Oliver Stöneberg <firewave@users.noreply.github.com>1 parent d81b9ca commit 7108c00
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments