Show test output on CI
This commit is contained in:
parent
52a1378e48
commit
6a8dea3de9
@ -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
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user