File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 if : runner.os == 'Windows'
4848 run : cmake --build build/output --config Release
4949
50- - name : Run simple device module tests via CTest with GTest report Windows
51- if : runner.os == 'Windows'
52- run : |
53- New-Item -ItemType Directory -Force -Path build/reports | Out-Null
54- $env:GTEST_OUTPUT = "xml:$PWD/build/reports/gtest-report.xml"
55- ctest --test-dir build/output --output-on-failure -C Release -V
50+ # - name: Run simple device module tests via CTest with GTest report Windows
51+ # if: runner.os == 'Windows'
52+ # run: |
53+ # New-Item -ItemType Directory -Force -Path build/reports | Out-Null
54+ # $env:GTEST_OUTPUT = "xml:$PWD/build/reports/gtest-report.xml"
55+ # ctest --test-dir build/output --output-on-failure -C Release -V
5656
5757 - name : Configure simple device module with CMake
5858 if : runner.os != 'Windows'
6363 run : cmake --build build/output --target all
6464
6565 - name : Run simple device module tests via CTest with GTest report
66- if : runner.os != 'Windows'
67- run : |
68- mkdir -p build/reports
69- GTEST_OUTPUT=xml:$(pwd)/build/reports/gtest-report.xml ctest --test-dir build/output --output-on-failure -V
66+ run : ctest --test-dir build/output --output-on-failure -C Release -V
You can’t perform that action at this time.
0 commit comments