Skip to content

Commit 566b69e

Browse files
ivankravetsme-no-dev
authored andcommitted
Test @platformio with CameraWebServer example (espressif#2300)
1 parent e544e67 commit 566b69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/build-tests.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ platformio ci --board esp32dev libraries/WiFi/examples/WiFiClient && \
4848
platformio ci --board esp32dev libraries/WiFiClientSecure/examples/WiFiClientSecure && \
4949
platformio ci --board esp32dev libraries/BluetoothSerial/examples/SerialToSerialBT && \
5050
platformio ci --board esp32dev libraries/BLE/examples/BLE_server && \
51-
platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted
51+
platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted && \
52+
platformio ci --board esp32dev libraries/ESP32/examples/Camera/CameraWebServer --project-option="board_build.partitions = huge_app.csv"
5253
if [ $? -ne 0 ]; then exit 1; fi
5354
echo -e "travis_fold:end:platformio_test"

0 commit comments

Comments
 (0)