Show test output on CI
This commit is contained in:
parent
52a1378e48
commit
6a8dea3de9
@ -21,7 +21,7 @@ before_script:
|
||||
- cd ..
|
||||
script:
|
||||
- cmake --build build
|
||||
- cmake --build build --target test
|
||||
- cmake --build build --target check
|
||||
matrix:
|
||||
exclude:
|
||||
- os: linux
|
||||
|
||||
@ -46,4 +46,4 @@ if (NOT DEFINED CMAKE_CXX_STANDARD)
|
||||
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