Skip to content

Commit

Permalink
Windows test ctest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 19, 2024
1 parent c9f58a2 commit b2788fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' || matrix.os ==
'windows-latest'
shell: bash
run: ./g3log-FATAL-sigsegv || true && echo -e
run:
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
./g3log-FATAL-sigsegv || true && echo -e
if: matrix.os == 'windows-latest'
./g3log-FATAL-sigsegv.exe || true && echo -e
"\n\n=======================\n\nverifying SIGSEGV existed in
stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"

0 comments on commit b2788fe

Please sign in to comment.