We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3025b4f commit 4de52b8Copy full SHA for 4de52b8
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: ./scripts/lint.sh
25
26
build:
27
- name: Test ${{ matrix.compiler.cpp }}
+ name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.santitize }} eh=${{ matrix.rtti }}
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
@@ -33,7 +33,7 @@ jobs:
33
compiler: [{ cpp: g++-14, c: gcc-14 }, { cpp: clang++, c: clang }]
34
build: ["debugoptimized", "release"]
35
sanitize: ["thread", "leak", "address,undefined"]
36
- embed: [{ rtti: "true", eh: "true" }, { rtti: "false", eh: "false" }]
+ embed: [{ rtti: "true", eh: "default" }, { rtti: "false", eh: "none" }]
37
38
steps:
39
- name: Checkout
0 commit comments