Sample repo for trying out github actions for CI, for a C++ project using CMake to generate cross-platform builds for Windows (MSVC using MSBuild), Linux (GCC with Ninja), and MacOS (AppleClang with Ninja), and using Conan to install external dependencies (Googletest).