Skip to content

Commit

Permalink
Fixed continuous integration matrix for debug/release build. Made sta…
Browse files Browse the repository at this point in the history
…tic debug build verbose.
  • Loading branch information
blep committed May 8, 2013
1 parent c515b8e commit 71860de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: cpp
compiler:
- gcc
- clang
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE. && make
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE . && make
env:
global:
- JSONCPP_CONTINUOUS_INTERATION=1
Expand Down

0 comments on commit 71860de

Please sign in to comment.