forked from RT-Thread/realboard-lpc4088
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
20 lines (17 loc) · 813 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: c
notifications:
email: false
before_script:
# travis has changed to 64-bit and we require 32-bit compatibility libraries
- wget -c http://sourcery.mentor.com/public/gnu_toolchain/arm-none-eabi/arm-2012.09-63-arm-none-eabi-i686-pc-linux-gnu.tar.bz2
- tar jxvf arm-2012.09-63-arm-none-eabi-i686-pc-linux-gnu.tar.bz2
- sudo apt-get update
- "sudo apt-get -qq install libc6:i386 libgcc1:i386 libstdc++5:i386 libstdc++6:i386 || true"
- git clone --depth 1 https://github.com/RT-Thread/rt-thread.git
- git clone --depth 1 https://github.com/RT-Thread/RTGUI
- cp RTGUI/components/rtgui rt-thread/components/ -R
- export RTT_ROOT=`pwd`"/rt-thread"
- export RTT_CC='gcc'
- export RTT_EXEC_PATH=`pwd`"/arm-2012.09/bin"
script:
- python ./software/rtthread_examples/scripts/buildbot.py