1 Star 0 Fork 0

wangzhenkuan / jsoncpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Christopher Dunn 提交于 2015-04-18 18:24 . In travis-ci, build for osx also
# Build matrix / environment variables are explained on:
# http://about.travis-ci.org/docs/user/build-configuration/
# This file can be validated on:
# http://lint.travis-ci.org/
# See also
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# to allow C++11, though we are not yet building with -std=c++11
before_install:
- source travis.before_install.${TRAVIS_OS_NAME}.sh
install:
- source travis.install.${TRAVIS_OS_NAME}.sh
addons:
apt:
sources:
#- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.5
packages:
#- gcc-4.9
#- g++-4.9
- clang-3.5
- valgrind
language: cpp
script: ./travis.sh
matrix:
allow_failures:
- os: osx
matrix:
include:
- os: osx
osx_image: xcode9.4
compiler: clang
#env: PYENV_ROOT=/usr/local/var/pyenv
env: LIB_TYPE=static BUILD_TYPE=release
#- LIB_TYPE=shared BUILD_TYPE=debug
- os: linux
dist: trusty
compiler: clang
env: LIB_TYPE=static BUILD_TYPE=release
notifications:
email: false
sudo: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzhenkuan/jsoncpp.git
git@gitee.com:wangzhenkuan/jsoncpp.git
wangzhenkuan
jsoncpp
jsoncpp
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891