@@ -22,8 +22,8 @@ install:
22
22
- arduino --install-boards SparkFun:samd
23
23
- arduino --install-boards SparkFun:apollo3
24
24
- arduino --install-boards SparkFun:avr
25
- - arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
26
- - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
25
+ # - arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
26
+ # - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
27
27
28
28
script :
29
29
# compile for arduino AVR
@@ -33,18 +33,20 @@ script:
33
33
- arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
34
34
- arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
35
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
- - arudino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.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
38
- arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
39
39
40
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_InterruptSetup/Example4_InterruptSetup.ino
46
- # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example5_QueueUsage/Example5_QueueUsage.ino
47
- # - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example6_ChangeI2CAddress/Example6_ChangeI2CAddress.ino
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
48
50
49
51
# #compile for SparkFun AVR
50
52
# - echo Compiling for SparkFun AVR...
0 commit comments