Skip to content

Commit 34fca65

Browse files
author
brentru
committed
add matrix for espressif platforms
1 parent 261eef3 commit 34fca65

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ["esp8266", "esp32",
11-
"pyportal_titano", "metro_m4_airliftlite",
12-
"uno"]
10+
arduino-platform: ["pyportal_titano", "metro_m4_airliftlite", "uno"]
11+
espressif-platform: ["esp8266", "esp32"]
1312

1413
runs-on: ubuntu-latest
1514

@@ -26,11 +25,16 @@ jobs:
2625
- name: pre-install
2726
run: bash ci/actions_install.sh
2827

28+
# test espressif platforms
29+
- name: test esp platforms
30+
run: python3 ci/build_platform.py ${{ matrix.espressif-platform }}
31+
2932
# manually install WiFi
3033
- name: extra libraries
3134
run: |
3235
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
3336
37+
# test non-espressif platforms
3438
- name: test platforms
3539
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
3640

0 commit comments

Comments
 (0)