Skip to content

Commit 42fcffa

Browse files
committed
Add dbl build test
1 parent 3a64cec commit 42fcffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ jobs:
204204
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
205205
run: |
206206
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
207-
- name: Build for ESP32-SX
207+
- name: Build for ESP32-SX #1
208+
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
209+
- name: 2nd Build for ESP32-SX #2
208210
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
209211
- name: list
210212
run: |

0 commit comments

Comments
 (0)