mirror of https://github.com/google/benchmark.git
add env to make ctest print on failure
This commit is contained in:
parent
b1f34d3880
commit
f7602badfb
|
@ -13,6 +13,9 @@ matrix:
|
|||
- os: osx
|
||||
env: BUILD_TYPE=Release STD=c++11
|
||||
|
||||
env:
|
||||
- CTEST_OUTPUT_ON_FAILURE=1
|
||||
|
||||
language:
|
||||
- cpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue