rt-thread-official/.travis.yml

21 lines
553 B
YAML
Raw Normal View History

2013-01-03 23:09:27 +08:00
language: c
install:
- mkdir ~/toolchain
2013-02-02 18:14:36 +08:00
- "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && curl -s https://sourcery.mentor.com/public/gnu_toolchain/arm-none-eabi/arm-2011.03-42-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 | tar xjf - -C ~/toolchain && export RTT_EXEC_PATH=~/toolchain/arm-2011.03/bin || true"
2013-01-03 23:09:27 +08:00
before_script:
- export RTT_ROOT=`pwd`
2013-01-20 21:51:20 +08:00
- export RTT_CC='gcc'
2013-02-02 18:14:36 +08:00
- cd bsp/$RTT_BSP
2013-01-03 23:09:27 +08:00
script:
2013-02-02 18:14:36 +08:00
- scons
2013-01-03 23:09:27 +08:00
notifications:
email: false
env:
2013-02-02 18:14:36 +08:00
- RTT_BSP='at91sam9260' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='efm32' RTT_TOOL_CHAIN='sourcery-arm'