27 Star 164 Fork 51

PaddlePaddle / Paddle-Lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yan Chunwei 提交于 2020-02-12 10:13 . fix travis problem (#2858)
language: cpp
cache: ccache
sudo: required
dist: xenial
os:
- linux
addons:
apt:
packages:
# - git
# - python
# - python-pip
# - python2.7-dev
# - libc6-i386
# - curl
- clang-format-3.8
before_install:
- sudo pip install cpplint pre-commit==1.10.3
- sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format
# Download and install recent cmake
script:
- |
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
- |
timeout 600 .travis/pre-commit-job.sh # 10min timeout
RESULT=$?; if [ $RESULT -eq 0 ] || [ $RESULT -eq 142 ]; then true; else exit 1; fi;
notifications:
email:
on_success: change
on_failure: always
C++
1
https://gitee.com/paddlepaddle/paddle-lite.git
git@gitee.com:paddlepaddle/paddle-lite.git
paddlepaddle
paddle-lite
Paddle-Lite
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891