1 Star 0 Fork 0

lyzhchc/fribidi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Murray 提交于 2019-05-04 14:08 . Removed sudo
language: c
matrix:
include:
- os: linux
compiler: gcc
install: bash .ci/build-c2man.sh
env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install
- os: linux
compiler: clang
- os: osx
compiler: clang
- os: linux
language: python
python: 3.5
env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install
install:
- pip install meson ninja
before_script:
- bash .ci/build-c2man.sh
script:
- meson build
- ninja -C build
- ninja -C build test
cache: pip
before_script:
- ./autogen.sh
script:
- make
- make check || (cat `find -name '*.log'` && false)
- make distcheck || (cat `find -name '*.log'` && false)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/201302713/fribidi.git
[email protected]:201302713/fribidi.git
201302713
fribidi
fribidi
master

搜索帮助