File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
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"]
13
12
14
13
runs-on : ubuntu-latest
15
14
@@ -26,11 +25,16 @@ jobs:
26
25
- name : pre-install
27
26
run : bash ci/actions_install.sh
28
27
28
+ # test espressif platforms
29
+ - name : test esp platforms
30
+ run : python3 ci/build_platform.py ${{ matrix.espressif-platform }}
31
+
29
32
# manually install WiFi
30
33
- name : extra libraries
31
34
run : |
32
35
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
33
36
37
+ # test non-espressif platforms
34
38
- name : test platforms
35
39
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }}
36
40
You can’t perform that action at this time.
0 commit comments