1 Star 0 Fork 0

邢卫国/NVCaffe1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
Sergei Nikolaev 提交于 2020-05-04 01:51 . 0.17.4RC - Travis & Python 3
dist: bionic
sudo: required
language: cpp
compiler: gcc
env:
global:
- NUM_THREADS=8
matrix:
# Use a build matrix to test many builds in parallel
# envvar defaults:
# WITH_CMAKE: false
# WITH_PYTHON3: false
# WITH_CUDA: const true since v0.17
# WITH_CUDNN: false
# - BUILD_NAME="default-make"
- BUILD_NAME="python3-make" WITH_PYTHON3=true
- BUILD_NAME="python3-cudnn-make" WITH_PYTHON3=true WITH_CUDNN=true
# - BUILD_NAME="default-cmake" WITH_CMAKE=true
- BUILD_NAME="python3-cmake" WITH_CMAKE=true WITH_PYTHON3=true
# - BUILD_NAME="cudnn-cmake" WITH_CMAKE=true WITH_CUDNN=true
- BUILD_NAME="python3-cudnn-cmake" WITH_CMAKE=true WITH_CUDNN=true WITH_PYTHON3=true
cache:
apt: true
before_install:
- source ./scripts/travis/defaults.sh
install:
- sudo -E ./scripts/travis/install-deps.sh
- ./scripts/travis/setup-venv.sh ~/venv
- source ~/venv/bin/activate
- ./scripts/travis/install-python-deps.sh
before_script:
- ./scripts/travis/configure.sh
script:
- ./scripts/travis/build.sh
- ./scripts/travis/test.sh
notifications:
# Emails are sent to the committer's git-configured email address by default,
# but only if they have access to the repository. To enable Travis on your
# public fork of Caffe, just go to travis-ci.org and flip the switch on for
# your Caffe fork. To configure your git email address, use:
# git config --global user.email me@example.com
email:
on_success: always
on_failure: always
# IRC notifications disabled by default.
# Uncomment next 5 lines to send notifications to chat.freenode.net#caffe
# irc:
# channels:
# - "chat.freenode.net#caffe"
# template:
# - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xingwg/NVCaffe1.git
git@gitee.com:xingwg/NVCaffe1.git
xingwg
NVCaffe1
NVCaffe1
caffe-0.17

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385