Using GitHub Actions to build C++ projects using CMake

I’ve blogged about how to use GitHub Actions to build C++ projects using CMake: https://cristianadam.eu/20191222/using-github-actions-with-c-plus-plus-and-cmake/

The HelloWorld project that I’ve tested with is here: https://github.com/cristianadam/HelloWorld/

I’ve added GitHub Actions for my CMake fork, unfortunately there are some failing tests, and it’s not all green: https://github.com/cristianadam/CMake

1 Like