Final Travis config for all builds (hopefully)

This commit is contained in:
Josh Stewart 2017-06-03 12:10:57 +10:00
parent a738e740f8
commit 7f93ccd9af
2 changed files with 8 additions and 10 deletions

View File

@ -33,14 +33,11 @@ cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=speeduino
install:
- pip install -U platformio
script:
- platformio ci --board=megaatmega2560 --board=teensy35 --board=genericSTM32F103RB --board=bluepill_f103c8
- platformio run
#

View File

@ -22,11 +22,12 @@ board=teensy35
framework=arduino
lib_deps = EEPROM, FlexCAN
[env:LaunchPad_tm4c1294ncpdt]
platform = titiva
framework = energia
board = lptm4c1294ncpdt
lib_deps = EEPROM
;Not currently working
;[env:LaunchPad_tm4c1294ncpdt]
;platform = titiva
;framework = energia
;board = lptm4c1294ncpdt
;lib_deps = EEPROM
[env:genericSTM32F103RB]
platform = ststm32
@ -47,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11
[platformio]
src_dir=speeduino
env_default = megaatmega2560
;env_default = megaatmega2560
;The following lines are for testing / experimentation only. Comment the line above to try them out
;env_default = teensy35
;env_default = LaunchPad_tm4c1294ncpdt