8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e544e67 commit 566b69eCopy full SHA for 566b69e
tools/build-tests.sh
@@ -48,6 +48,7 @@ platformio ci --board esp32dev libraries/WiFi/examples/WiFiClient && \
48
platformio ci --board esp32dev libraries/WiFiClientSecure/examples/WiFiClientSecure && \
49
platformio ci --board esp32dev libraries/BluetoothSerial/examples/SerialToSerialBT && \
50
platformio ci --board esp32dev libraries/BLE/examples/BLE_server && \
51
-platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted
+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"
53
if [ $? -ne 0 ]; then exit 1; fi
54
echo -e "travis_fold:end:platformio_test"
0 commit comments