mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-29 18:28:24 +02:00
CI: Add build test for IDF v4.3
This commit is contained in:
@ -72,6 +72,11 @@ build_with_idf_v4:
|
||||
- export EXTRA_CFLAGS=${PEDANTIC_CFLAGS} && export EXTRA_CXXFLAGS=${EXTRA_CFLAGS}
|
||||
# build other examples
|
||||
- $MQTT_PATH/ci/build_examples.sh
|
||||
# rebuild with IDFv4.3
|
||||
- $MQTT_PATH/ci/set_idf.sh release/v4.3
|
||||
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
|
||||
- $MQTT_PATH/ci/set_mqtt.sh $CI_COMMIT_SHA
|
||||
- $MQTT_PATH/ci/build_examples.sh
|
||||
# rebuild with IDFv4.2
|
||||
- $MQTT_PATH/ci/set_idf.sh release/v4.2
|
||||
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
|
||||
|
Reference in New Issue
Block a user