mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Added continuous integration matrix for debug/release build. Made static debug build verbose.
This commit is contained in:
parent
5fff185aa4
commit
c515b8ec30
@ -1,17 +1,20 @@
|
|||||||
# Build matrix / environment variable are explained on:
|
# Build matrix / environment variable are explained on:
|
||||||
# http://about.travis-ci.org/docs/user/build-configuration/
|
# http://about.travis-ci.org/docs/user/build-configuration/
|
||||||
|
# This file can be validated on:
|
||||||
|
# http://lint.travis-ci.org/
|
||||||
before_install: sudo apt-get install cmake
|
before_install: sudo apt-get install cmake
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY . && make
|
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE. && make
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- JSONCPP_CONTINUOUS_INTERATION=1
|
- JSONCPP_CONTINUOUS_INTERATION=1
|
||||||
matrix:
|
matrix:
|
||||||
- SHARED_LIBRARY=ON
|
- SHARED_LIBRARY=ON BUILD_TYPE=release VERBOSE_MAKE=false
|
||||||
- SHARED_LIBRARY=OFF
|
- SHARED_LIBRARY=OFF BUILD_TYPE=release VERBOSE_MAKE=false
|
||||||
|
- SHARED_LIBRARY=OFF BUILD_TYPE=debug VERBOSE VERBOSE_MAKE=true
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- baptiste.lepilleur@gmail.com
|
- baptiste.lepilleur@gmail.com
|
||||||
|
Loading…
Reference in New Issue
Block a user