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