4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 17:29:23 +08:00
rt-thread-official/.travis.yml
2013-01-04 19:55:35 +08:00

20 lines
394 B
YAML

language: c
install:
- mkdir ~/toolchain
- 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
before_script:
- export RTT_EXEC_PATH=~/toolchain/arm-2011.03/bin
- export RTT_ROOT=`pwd`
- cd tools
script:
- python auto-ci.py
notifications:
email: false
env:
- RTT_CC='gcc'