File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 uses : ./.github/workflows/devcontainer-command.yml
1212 with :
1313 run_cmd : |
14- cmake -E make_directory ${{github.workspace}}/ build
15- cmake -B ${{github.workspace}}/ build -DCMAKE_BUILD_TYPE=Debug -DTRAITS_TEST_COVERAGE=On -S ${{github.workspace}}
16- cmake --build ${{github.workspace}}/ build --config Debug --target all
17- cmake --build ${{github.workspace}}/ build --config Debug --target test
18- cmake --build ${{github.workspace}}/ build --config Debug --target coverage
14+ cmake -E make_directory build
15+ cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTRAITS_TEST_COVERAGE=On -S .
16+ cmake --build build --config Debug --target all
17+ cmake --build build --config Debug --target test
18+ cmake --build build --config Debug --target coverage
You can’t perform that action at this time.
0 commit comments