1
1
on : [push, pull_request]
2
2
name : Test
3
+ env :
4
+ ENV_CLI_VERSION : 0.12.1
3
5
jobs :
4
6
test :
5
- name : Test for ${{ matrix.board }}
7
+ name : Test for Board ${{ matrix.board }}
6
8
runs-on : ubuntu-latest
7
9
strategy :
8
10
matrix :
19
21
with :
20
22
arduino-board-fqbn : ${{ matrix.board }}
21
23
platform-url : https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json,https://raw.githubusercontent.com/Legion2/CorsairLightingProtocolBoards/master/package_Legion2_CorsairLightingProtocolBoards_index.json
22
- arduino-platform :
arduino:[email protected] .2 ,SparkFun:[email protected] .5 ,Legion2:avr@0.1.3
24
+ arduino-platform :
arduino:[email protected] .3 ,SparkFun:[email protected] .13 ,Legion2:avr@0.2.0
23
25
required-libraries :
[email protected]
24
26
sketch-names : LightingNodePRO.ino,
25
27
SingleStripLightingNodePRO.ino,
37
39
DebugSketch.ino
38
40
examples-build-properties : ' {"DebugSketch": "-DDEBUG -DVERBOSE -DPRINT_COMMAND=true -DPRINT_RESPONSE=true -DPRINT_LOOP=true -DPRINT_UPDATE=true"}'
39
41
testUnoMega :
40
- name : Test UnoMega sketches for ${{ matrix.board }}
42
+ name : Test Arduino Uno/Mega sketches for Board ${{ matrix.board }}
41
43
runs-on : ubuntu-latest
42
44
strategy :
43
45
matrix :
@@ -48,11 +50,11 @@ jobs:
48
50
49
51
with :
50
52
arduino-board-fqbn : ${{ matrix.board }}
51
- arduino-platform :
arduino:[email protected] .2
53
+ arduino-platform :
arduino:[email protected] .3
52
54
required-libraries :
[email protected]
53
55
sketch-names : HoodLoader2UnoMegaController.ino
54
56
test16u2 :
55
- name : Test 16u2 sketch for ${{ matrix.board }}
57
+ name : Test 16u2 sketch for Board ${{ matrix.board }}
56
58
runs-on : ubuntu-latest
57
59
strategy :
58
60
matrix :
64
66
with :
65
67
arduino-board-fqbn : ${{ matrix.board }}
66
68
platform-url : https://raw.githubusercontent.com/NicoHood/HoodLoader2/master/package_NicoHood_HoodLoader2_index.json,https://raw.githubusercontent.com/Legion2/CorsairLightingProtocolBoards/master/package_Legion2_CorsairLightingProtocolBoards_index.json
67
- arduino-platform :
arduino:[email protected] .2 ,HoodLoader2:[email protected] ,Legion2:avr@0.1.3
69
+ arduino-platform :
arduino:[email protected] .3 ,HoodLoader2:[email protected] ,Legion2:avr@0.2.0
68
70
required-libraries :
[email protected]
69
71
sketch-names : HoodLoader2CLPBridge.ino
0 commit comments