diff --git a/.travis.yml b/.travis.yml index 9fbdb1698e..284d311f7e 100644 --- a/.travis.yml +++ b/.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"