Show test output on CI

This commit is contained in:
Carmeli Tamir 2019-10-15 19:31:16 -04:00
parent 52a1378e48
commit 6a8dea3de9
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ before_script:
- cd .. - cd ..
script: script:
- cmake --build build - cmake --build build
- cmake --build build --target test - cmake --build build --target check
matrix: matrix:
exclude: exclude:
- os: linux - os: linux

View File

@ -46,4 +46,4 @@ if (NOT DEFINED CMAKE_CXX_STANDARD)
endif() endif()
add_test(yaml-cpp::test yaml-cpp-tests) add_custom_target(check COMMAND yaml-cpp-tests)