Skip to content

Commit 71860de

Browse files
committed
Fixed continuous integration matrix for debug/release build. Made static debug build verbose.
1 parent c515b8e commit 71860de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: cpp
77
compiler:
88
- gcc
99
- clang
10-
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE. && make
10+
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE . && make
1111
env:
1212
global:
1313
- JSONCPP_CONTINUOUS_INTERATION=1

0 commit comments

Comments
 (0)