-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f77f69
commit 77e9612
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,9 @@ jobs: | |
- name: pre-install | ||
run: bash ci/actions_install.sh | ||
|
||
# - name: Use specific ESP32 stable platform | ||
# run: arduino-cli core install esp32:[email protected] | ||
|
||
- name: Set configuration | ||
run: arduino-cli config set library.enable_unsafe_install true | ||
|
||
|
@@ -55,7 +58,7 @@ jobs: | |
sed -i 's/ELEGANTOTA_USE_ASYNC_WEBSERVER 0/ELEGANTOTA_USE_ASYNC_WEBSERVER 1/' ElegantOTA.h | ||
- name: Test Async Demo | ||
run: python3 ci/build_platform.py esp8266 esp32 | ||
run: python3 ci/build_platform.py esp8266 esp32:[email protected] | ||
|
||
Sync_CI: | ||
runs-on: ubuntu-latest | ||
|
@@ -82,4 +85,4 @@ jobs: | |
touch .esp8266.test.skip | ||
- name: Test Sync Demo | ||
run: python3 ci/build_platform.py esp8266 esp32 picow_rp2040 | ||
run: python3 ci/build_platform.py esp8266 esp32:[email protected] picow_rp2040 |