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 00cc2ab commit 3025b4fCopy full SHA for 3025b4f
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: ./scripts/lint.sh
25
26
build:
27
- name: Build and Test on ${{ matrix.os }} with ${{ matrix.compiler.cpp }}
+ name: Test ${{ matrix.compiler.cpp }}
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
@@ -58,8 +58,8 @@ jobs:
58
-Db_ndebug=if-release \
59
-Dlf_test=true \
60
-Db_lundef=false \
61
- -Db_cpp_eh=${{ matrix.embed.eh }} \
62
- -Db_cpp_rtti=${{ matrix.embed.rtti}} \
+ -Dcpp_eh=${{ matrix.embed.eh }} \
+ -Dcpp_rtti=${{ matrix.embed.rtti}} \
63
64
env:
65
CC: ${{ matrix.compiler.c }}
0 commit comments