@@ -26,36 +26,38 @@ install:
26
26
# - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
27
27
28
28
script :
29
- # compile for arduino AVR
30
- - echo Compiling for Arduino AVR...
31
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
32
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
33
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
34
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
35
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
36
- # - arduino --verify --board arduino:avr:uno $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
37
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
38
- - arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
29
+ # # compile for arduino AVR
30
+ # - echo Compiling for Arduino AVR...
31
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
32
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
33
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
34
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
35
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
36
+ # # - arduino --verify --board arduino:avr:uno $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
37
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
38
+ # - arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
39
39
40
- # #compile for arduino SAMD
41
- - echo Compiling for Arduino SAMD...
42
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
43
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
44
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
45
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
46
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
47
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
48
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
49
- - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
40
+ # # # compile for arduino SAMD
41
+ # - echo Compiling for Arduino SAMD...
42
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
43
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
44
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
45
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
46
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
47
+ # # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
48
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
49
+ # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
50
50
51
51
# #compile for SparkFun AVR
52
- # - echo Compiling for SparkFun AVR...
53
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
54
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
55
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
56
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example4_InterruptSetup/Example4_InterruptSetup.ino
57
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example5_QueueUsage/Example5_QueueUsage.ino
58
- # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example6_ChangeI2CAddress/Example6_ChangeI2CAddress.ino
52
+ - echo Compiling for SparkFun AVR...
53
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
54
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
55
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
56
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
57
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
58
+ # - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
59
+ - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
60
+ - arduino --verify --board SparkFun:avr:RedBoaed $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
59
61
60
62
# #compile for SparkFun SAMD
61
63
# - echo Compiling for SparkFun SAMD...
0 commit comments