ci: re-add the lost PEDANTIC_{C,CXX}FLAGS in CMake example builds

pull/2405/merge
Ivan Grokhotkov 2020-02-06 10:59:18 +01:00
rodzic c9cc694dbb
commit cbf8b60466
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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