8000 Test @PlatformIO with CameraWebServer example (#2300) · RawLiquid/arduino-esp32@566b69e · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

tools/build-tests.sh

Lines changed: 2 additions & 1 deletion
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)
0