File tree 1 file changed +22
-18
lines changed
1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Compile Examples
2
- on : [push, pull_request]
2
+ on :
3
+ - push
4
+ - pull_request
5
+
3
6
jobs :
4
- build :
5
- runs-on : ubuntu-latest
7
+ build :
8
+ runs-on : ubuntu-latest
6
9
7
- strategy :
8
- matrix :
9
- fqbn : [
10
- ' "STM32 :stm32:Eval:pnum=STEVAL_MKSBOX1V1,usb=CDCgen" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" ' ,
11
- ' "STM32 :stm32:Nucleo_64:pnum=NUCLEO_L476RG" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" ' ,
12
- ' "STM32 :stm32:Disco:pnum=B_L475E_IOT01A" "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" '
13
- ]
10
+ strategy :
11
+ matrix :
12
+ fqbn :
13
+ - STMicroelectronics :stm32:Eval:pnum=STEVAL_MKSBOX1V1,usb=CDCgen
14
+ - STMicroelectronics :stm32:Nucleo_64:pnum=NUCLEO_L476RG
15
+ - STMicroelectronics :stm32:Disco:pnum=B_L475E_IOT01A
16
+ - STMicroelectronics:stm32:Nucleo_64:pnum=P_NUCLEO_WB55RG
14
17
15
- steps :
16
- - uses : actions/checkout@v1
17
- with :
18
- fetch-depth : 1
19
- - uses : arduino/actions/libraries/compile-examples@master
20
- with :
21
- github-token : ${{ secrets.GITHUB_TOKEN }}
22
- fqbn : ${{ matrix.fqbn }}
18
+ steps :
19
+ - uses : actions/checkout@v2
20
+ - uses : arduino/compile-sketches@v1
21
+ with :
22
+ github-token : ${{ secrets.GITHUB_TOKEN }}
23
+ fqbn : ${{ matrix.fqbn }}
24
+ platforms : |
25
+ - source-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/package_stmicroelectronics_index.json
26
+ name: STMicroelectronics:stm32
You can’t perform that action at this time.
0 commit comments