[ci] Adjust how CPPFLAGS is set
Set it so it should be visible where the CI log shows the environment, as `make` is run with `-s` so the compile command lines are unhelpfully not shown.
This commit is contained in:
parent
936e9264e8
commit
f5313e63af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -30,8 +30,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- SWIGLANG: ""
|
||||
env:
|
||||
CPPFLAGS: -DDOH_POISON
|
||||
CPPFLAGS: "-DDOH_POISON"
|
||||
- SWIGLANG: ""
|
||||
GCC: 7
|
||||
- SWIGLANG: ""
|
||||
|
|
@ -322,6 +321,7 @@ jobs:
|
|||
GCC: ${{ matrix.GCC }}
|
||||
CSTD: ${{ matrix.CSTD }}
|
||||
CPPSTD: ${{ matrix.CPPSTD }}
|
||||
CPPFLAGS: ${{ matrix.CPPFLAGS }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue