travis: Add samd port to Travis build.

This commit is contained in:
Damien George 2019-06-22 23:06:42 +10:00
parent 5f9bd11527
commit 9ca4789130
1 changed files with 10 additions and 0 deletions

View File

@ -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"