[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:
Olly Betts 2022-03-15 18:17:18 +13:00
commit f5313e63af

View file

@ -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