lukka / run-cmake

GitHub Action to build C++ applications with CMake (CMakePresets.json), Ninja and vcpkg on GitHub.
MIT License
176 stars 19 forks source link

add matchers support #19

Closed lukka closed 4 years ago

lukka commented 4 years ago

Fixes: https://github.com/lukka/run-cmake/issues/17

This is an annotation sample of the build error: image

This is a annotation sample of a CMake warning: image

vadi2 commented 4 years ago

Thanks a lot!