mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-07 09:48:06 +01:00
Windows path for gitactions? (#516)
* Update ctest.yml and add Windows to CI pipeline gitactions.
This commit is contained in:
parent
f2b9f9b62c
commit
9a8c0fc854
6
.github/workflows/ctest.yml
vendored
6
.github/workflows/ctest.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
# The CMake configure and build commands are platform agnostic and should work equally
|
||||||
@ -82,6 +82,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Fatal Exit Example
|
- name: Fatal Exit Example
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
|
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
# hacky / crude and effective
|
# hacky / crude and effective
|
||||||
run: ./g3log-FATAL-sigsegv || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"
|
run: |
|
||||||
|
./g3log-FATAL-sigsegv || true && echo -e "\n\n=======================\n\nverifying SIGSEGV existed in stackdump\n\n\n\n" && cat /tmp/g3log*FATAL*.log | grep "SIGSEGV"
|
||||||
|
Loading…
Reference in New Issue
Block a user