travis: Add samd port to Travis build.

pull/4863/head
Damien George 2019-06-22 23:06:42 +10:00
rodzic 5f9bd11527
commit 9ca4789130
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

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