@@ -58,36 +58,11 @@ jobs:
5858 platforms : |
5959 - name: arduino:avr
6060 internalid : arduino_avr # This is just some unique id string we assign for use in the artifact name (fqbn does not qualify due to containing colons)
61- - fqbn : esp8266:esp8266:huzzah
62- type : 8266
63- platforms : |
64- - name: esp8266:esp8266
65- source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
66- internalid : esp8266
67- - fqbn : STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8
68- platforms : |
69- - name: STMicroelectronics:stm32
70- source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
71- internalid : stm32_official
72- - fqbn : arduino:mbed_giga:giga
73- platforms : |
74- - name: arduino:mbed_giga
75- internalid : arduino_giga
7661 # SAMD boards. There is also an Adrafruit fork of this core, and the two seem to have diverged, considerably. I have no idea on the differences.
7762 - fqbn : arduino:samd:adafruit_circuitplayground_m0
7863 platforms : |
7964 - name: arduino:samd
8065 internalid : arduino_samd
81- - fqbn : rp2040:rp2040:rpipico
82- type : rp2040
83- platforms : |
84- - name: rp2040:rp2040
85- source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
86- internalid : rp2040
87- - fqbn : arduino:renesas_uno:minima
88- platforms : |
89- - name: arduino:renesas_uno
90- internalid : arduino_unor4
9166
9267 steps :
9368 - name : Checkout repository
10277# limit to only some sketches for now, while figuring out the workflow
10378 sketch-paths : |
10479 - examples/01.Basics
105- - examples/02.Control
106- - examples/06.Synthesis
10780 libraries : |
10881 - source-path: ./
10982 - name: PinChangeInterrupt
@@ -135,6 +108,6 @@ jobs:
135108 merge-multiple : true
136109 path : ${{ env.SKETCHES_REPORTS_PATH }}
137110
138- - uses : tfry-git/report-size-deltas@main
111+ - uses : tfry-git/report-size-deltas@warnings
139112 with :
140113 sketches-reports-source : ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments