1 Star 0 Fork 4

huwenhao / gpu-test

forked from tufeiming / gpu-test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaotu2333 提交于 2020-06-29 00:08 . 第一次提交
language: python
compiler: gcc
cache: ccache
addons:
apt:
packages:
- git
# ssh_known_hosts: 13.229.163.131
env:
- JOB=PRE_COMMIT
matrix:
include:
- python: 2.7
- python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
before_install:
- pip install --upgrade pip
- pip install pre-commit
script:
- exit_code=0
- .travis/precommit.sh || exit_code=$(( exit_code | $? ))
notifications:
email:
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hu-wenhao-ir/gpu-test.git
git@gitee.com:hu-wenhao-ir/gpu-test.git
hu-wenhao-ir
gpu-test
gpu-test
master

搜索帮助