Skip to content

Navigation Menu

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 filesBrowse files
ivankravetsme-no-dev
authored andcommitted
Test @platformio with CameraWebServer example (espressif#2300)
1 parent e544e67 commit 566b69e
Copy full SHA for 566b69e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎tools/build-tests.sh

Copy file name to clipboardExpand all lines: tools/build-tests.sh
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.