We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de98d9 commit 8540868Copy full SHA for 8540868
1 file changed
.travis.yml
@@ -9,15 +9,10 @@ compiler:
9
- clang
10
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE . && make
11
env:
12
- global:
13
- - JSONCPP_CONTINUOUS_INTERATION=1
14
matrix:
15
- SHARED_LIBRARY=ON BUILD_TYPE=release VERBOSE_MAKE=false
16
- SHARED_LIBRARY=OFF BUILD_TYPE=release VERBOSE_MAKE=false
17
- SHARED_LIBRARY=OFF BUILD_TYPE=debug VERBOSE VERBOSE_MAKE=true
18
notifications:
19
- recipients:
20
- - aaronjjacobs@gmail.com
21
email:
22
- on_success: change
23
- on_failure: always
+ - aaronjjacobs@gmail.com
0 commit comments