travis: Add samd port to Travis build.
This commit is contained in:
parent
5f9bd11527
commit
9ca4789130
10
.travis.yml
10
.travis.yml
@ -188,6 +188,16 @@ jobs:
|
||||
- make ${MAKEOPTS} -C ports/cc3200 BTARGET=application BTYPE=release
|
||||
- make ${MAKEOPTS} -C ports/cc3200 BTARGET=bootloader BTYPE=release
|
||||
|
||||
# samd port
|
||||
- stage: test
|
||||
env: NAME="samd port build"
|
||||
install:
|
||||
- sudo apt-get install gcc-arm-none-eabi
|
||||
- sudo apt-get install libnewlib-arm-none-eabi
|
||||
script:
|
||||
- git submodule update --init lib/asf4 lib/tinyusb
|
||||
- make ${MAKEOPTS} -C ports/samd
|
||||
|
||||
# teensy port
|
||||
- stage: test
|
||||
env: NAME="teensy port build"
|
||||
|
Loading…
Reference in New Issue
Block a user