1 Star 0 Fork 1

merryfish/dlib

forked from Lowis/dlib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
Davis King 提交于 2016-10-15 23:00 +08:00 . enabling travis email notifications
language: cpp
packages: &gcc5_pkgs
- gcc-5
- g++-5
- libstdc++6
matrix:
include:
# build and run all tests
- compiler: gcc
env:
- GCC_VER=5
- ADDRESS_MODEL=64
- BUILD_SYSTEM=cmake
- PATH=$HOME/bin:$PATH
- VARIANT=test
addons: &ao_gcc5
apt:
sources:
- ubuntu-toolchain-r-test
packages: *gcc5_pkgs
# build all examples
- compiler: gcc
env:
- GCC_VER=5
- ADDRESS_MODEL=64
- BUILD_SYSTEM=cmake
- PATH=$HOME/bin:$PATH
- VARIANT=examples
addons: *ao_gcc5
cache:
directories:
- cmake
before_install:
- dlib/travis/before-install.sh
install:
- if [ "$CXX" == "g++" ]; then export CXX=g++-$GCC_VER; export CC=gcc-$GCC_VER; fi
- if [ "$CXX" == "clang++" ]; then export CXX=clang++-$CLANG_VER; export CC=clang-$CLANG_VER; fi
script:
- dlib/travis/build-and-test.sh
#notifications:
# email:
# false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/merryfish/dlib.git
git@gitee.com:merryfish/dlib.git
merryfish
dlib
dlib
master

搜索帮助