mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
ci: re-add the lost PEDANTIC_{C,CXX}FLAGS in CMake example builds
This commit is contained in:
@ -43,6 +43,9 @@ if [ -z ${CI_NODE_INDEX} ]; then
|
|||||||
echo "Assuming CI_NODE_INDEX=${CI_NODE_INDEX}"
|
echo "Assuming CI_NODE_INDEX=${CI_NODE_INDEX}"
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user