35 Star 222 Fork 69

PaddlePaddle / DeepSpeech

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
cache: ccache
sudo: required
dist: Bionic
services:
- docker
os:
- linux
env:
- JOB=PRE_COMMIT
addons:
apt:
packages:
- git
- python3-pip
- python3-dev
before_install:
- python3 --version
- python3 -m pip --version
- pip3 --version
- sudo pip3 install -U virtualenv pre-commit pip
- docker pull paddlepaddle/paddle:latest
script:
- exit_code=0
- docker run -i --rm -v "$PWD:/py_unittest" paddlepaddle/paddle:latest /bin/bash -c
'cd /py_unittest && bash .travis/precommit.sh && source env.sh && bash .travis/unittest.sh' || exit_code=$(( exit_code | $? ))
exit $exit_code
notifications:
email:
on_success: change
on_failure: always
Python
1
https://gitee.com/paddlepaddle/DeepSpeech.git
git@gitee.com:paddlepaddle/DeepSpeech.git
paddlepaddle
DeepSpeech
DeepSpeech
develop

搜索帮助