ci: re-add the lost PEDANTIC_{C,CXX}FLAGS in CMake example builds
This commit is contained in:
parent
33069f3133
commit
911f931ccb
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ if [ -z ${CI_NODE_INDEX} ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
export EXTRA_CFLAGS="${PEDANTIC_CFLAGS:-}"
|
||||||
|
export EXTRA_CXXFLAGS="${PEDANTIC_CXXFLAGS:-}"
|
||||||
|
|
||||||
set -o nounset # Exit if variable not set.
|
set -o nounset # Exit if variable not set.
|
||||||
|
|
||||||
export REALPATH=realpath
|
export REALPATH=realpath
|
||||||
|
|
Loading…
Reference in a new issue