Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 385 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 385 Bytes

github-actions-test

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).