Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
50185f96
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
50185f96
编写于
11月 01, 2017
作者:
B
Bernard Xiong
提交者:
GitHub
11月 01, 2017
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update .travis.yml
上级
6d32adbc
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
5 addition
and
3 deletion
+5
-3
.travis.yml
.travis.yml
+5
-3
未找到文件。
.travis.yml
浏览文件 @
50185f96
...
...
@@ -6,10 +6,12 @@ notifications:
before_script
:
# travis has changed to 64-bit and we require 32-bit compatibility libraries
-
sudo apt-get update
-
"
sudo
apt-get
-qq
install
clang
gcc-multilib
libc6:i386
libgcc1:i386
gcc-4.6-base:i386
libstdc++5:i386
libstdc++6:i386
libsdl-dev
||
true"
-
sudo apt-get -qq install gcc-arm-none-eabi
-
"
[
$RTT_TOOL_CHAIN
=
'sourcery-arm'
]
&&
export
RTT_EXEC_PATH=/usr/bin
&&
arm-none-eabi-gcc
--version
||
true"
# clang
-
"
sudo
apt-get
-qq
install
gcc-multilib
libc6:i386
libgcc1:i386
gcc-4.6-base:i386
libstdc++5:i386
libstdc++6:i386
libsdl-dev
||
true"
# - sudo apt-get -qq install gcc-arm-none-eabi
# - "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && export RTT_EXEC_PATH=/usr/bin && arm-none-eabi-gcc --version || true"
# - "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && curl -s https://sourcery.mentor.com/public/gnu_toolchain/arm-none-eabi/arm-2014.05-28-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 | sudo tar xjf - -C /opt && export RTT_EXEC_PATH=/opt/arm-2014.05/bin && /opt/arm-2014.05/bin/arm-none-eabi-gcc --version || true"
-
"
[
$RTT_TOOL_CHAIN
=
'sourcery-arm'
]
&&
curl
-s
https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.tar.bz2
|
sudo
tar
xjf
-
-C
/opt
&&
export
RTT_EXEC_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin
&&
/opt/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc
--version
||
true"
-
"
[
$RTT_TOOL_CHAIN
=
'sourcery-mips'
]
&&
curl
-s
https://sourcery.mentor.com/public/gnu_toolchain/mips-sde-elf/mips-2012.09-98-mips-sde-elf-i686-pc-linux-gnu.tar.bz2
|
sudo
tar
xjf
-
-C
/opt
&&
export
RTT_EXEC_PATH=/opt/mips-2012.09/bin
&&
/opt/mips-2012.09/bin/mips-sde-elf-gcc
--version
||
true"
# - "[ $RTT_TOOL_CHAIN = 'sourcery-ppc' ] && curl -s https://sourcery.mentor.com/public/gnu_toolchain/powerpc-eabi/freescale-2011.03-39-powerpc-eabi-i686-pc-linux-gnu.tar.bz2 | sudo tar xjf - -C /opt && export RTT_EXEC_PATH=/opt/freescale-2011.03/bin && /opt/freescale-2011.03/bin/powerpc-eabi-gcc --version || true"
# - "[ $RTT_TOOL_CHAIN = 'atmel-avr32' ] && curl -s http://www.atmel.com/images/avr32-gnu-toolchain-3.4.1.348-linux.any.x86.tar.gz | sudo tar xzf - -C /opt && export RTT_EXEC_PATH=/opt/avr32-gnu-toolchain-linux_x86/bin && /opt/avr32-gnu-toolchain-linux_x86/bin/avr32-gcc --version && curl -sO http://www.atmel.com/images/avr-headers-3.2.3.970.zip && unzip -qq avr-headers-3.2.3.970.zip -d bsp/$RTT_BSP || true"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录