1 Star 5 Fork 7

止念观息 / openpose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
bikz05 提交于 2017-10-07 18:23 . CMake generates libopenpose.so/.a
# This will run on Travis' 'new' container-based infrastructure
# Blacklist
branches:
only:
- master
# OS
dist: trusty
sudo: required
# Environment variables
env:
global:
- GH_REPO_NAME: openpose
- DOXYFILE: $TRAVIS_BUILD_DIR/doc/doc_autogeneration.doxygen
# Set this in Environment Variables on travis-ci.org
# - GH_REPO_REF: github.com/<user_name>/openpose.git
# Install dependencies
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
# Build your code e.g. by calling make
script:
- ./ubuntu/install_cmake.sh
- sudo apt-get -y install libatlas-base-dev
- sudo apt-get -y install libopencv-dev
- pip install --upgrade numpy
- mkdir build
- cd build
- cmake -DBUILD_CAFFE=ON -DDOWNLOAD_COCO_MODEL=OFF -DDOWNLOAD_FACE_MODEL=OFF -DDOWNLOAD_HAND_MODEL=OFF -DDOWNLOAD_MPI_MODEL=OFF ..
- no_cores=`cat /proc/cpuinfo | grep processor | wc -l`
- make -j${no_cores}
# Generate and deploy documentation
after_success:
- cd $TRAVIS_BUILD_DIR
- chmod +x .github/generate_gh_pages.sh
- ./.github/generate_gh_pages.sh
1
https://gitee.com/crystalocean/openpose.git
git@gitee.com:crystalocean/openpose.git
crystalocean
openpose
openpose
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891