Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
904b0dc3
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
大约 1 年 前同步成功
通知
0
Star
18
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Harfbuzz
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
904b0dc3
编写于
10月 19, 2015
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #147 from ebraminio/dockerci
[ci] change to docker infrastructure
上级
86cadc2c
ba096bcc
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
16 addition
and
8 deletion
+16
-8
.travis.yml
.travis.yml
+16
-8
未找到文件。
.travis.yml
浏览文件 @
904b0dc3
# Linux Build Configuration for Travis
sudo
:
false
# Use Travis docker infrastructure
language
:
cpp
compiler
:
-
clang
...
...
@@ -12,14 +14,9 @@ env:
# via the "travis encrypt" command using the project repo's public key
-
secure
:
"
RoR4NtzEDTR8QKmLVuy2wN+YGXuq8VcgVvDuFJDdOdIbtX+kQStesJXDcf1y0G1T8Ripjn9JGXBd9eoUwNc8sJpxNwKZBkIPi42FuK6e/cZZRYlgUyi5df0fQJ8VSCDU7OoZJq3pAtTe8mQPeeuk5G7cKRSsJVt8e03K7PQcU6Y="
install
:
-
sudo apt-get install pkg-config ragel gtk-doc-tools
# for autogen.sh
-
sudo apt-get install libfreetype6-dev
# for font functions
-
sudo apt-get install libglib2.0-dev
# for font functions / tests / utils
-
sudo apt-get install libcairo2-dev
# for utils
-
sudo apt-get install libicu-dev
# for extra unicode functions
-
sudo apt-get install libgraphite2-dev
# for extra shapers
-
#sudo apt-get install libgirepository1.0-dev # for gobject-introspection
-
sudo pip install cpp-coveralls
# for coveralls.io code coverage tracking
-
pip install --user nose
-
pip install --user cpp-coveralls
# for coveralls.io code coverage tracking
-
export PATH=$HOME/.local/bin:$PATH
# Make sure we can find the above Python packages
script
:
-
NOCONFIGURE=1 ./autogen.sh
-
./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
...
...
@@ -29,6 +26,17 @@ notifications:
email
:
harfbuzz@lists.freedesktop.org
addons
:
apt
:
packages
:
-
pkg-config
# for autogen.sh
-
ragel
-
gtk-doc-tools
-
libfreetype6-dev
# for font function
-
libglib2.0-dev
# for font functions / tests / utils
-
libcairo2-dev
# for utils
-
libicu-dev
# for extra unicode functions
-
libgraphite2-dev
# for extra shapers
-
# libgirepository1.0-dev # for gobject-introspection
coverity_scan
:
project
:
name
:
"
behdad/harfbuzz"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录