mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
host emulation: improve udp, persistent spiffs (#5605)
This commit is contained in:
@ -112,6 +112,12 @@ elif [ "$BUILD_TYPE" = "platformio_even" ]; then
|
||||
elif [ "$BUILD_TYPE" = "platformio_odd" ]; then
|
||||
BUILD_PARITY=odd tests/platformio-custom.sh
|
||||
|
||||
elif [ "$BUILD_TYPE" = host ]; then
|
||||
tests/ci/host_test.sh
|
||||
|
||||
elif [ "$BUILD_TYPE" = style ]; then
|
||||
tests/ci/install_astyle.sh
|
||||
|
||||
else
|
||||
echo "BUILD_TYPE not set or invalid"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user