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