FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add verbosity · githubCode3a/Disruptor-cpp@4d9eee0 · GitHub

Commit 4d9eee0

Browse files
committed
Add verbosity
1 parent 1668b75 commit 4d9eee0

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
@@ -32,7 +32,7 @@ before_install:
3232
sudo apt-get install libboost-dev;
3333
fi
3434

35-
script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true .. && make && make test
35+
script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true .. && make VERBOSE=1 && make test
3636
branches:
3737
only:
3838
- master

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL