mirror of https://github.com/jarro2783/cxxopts.git
output on failure
This commit is contained in:
parent
7f4dd15743
commit
5ac2dcc5f5
|
|
@ -22,4 +22,4 @@ matrix:
|
|||
- clang-3.8
|
||||
sources: *sources
|
||||
script: cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER_NAME \
|
||||
. && make && make test
|
||||
. && make && make ARGS=--output-on-failure test
|
||||
|
|
|
|||
Loading…
Reference in New Issue