Complete set up of a project:
Modern C++ CI
by Juan Medina
From the article:
Modern C++ is great, some people are even calling it a new language, but is not only the language what is evolving the tool-chain is getter better, so doing continuous integration for cross platform projects is simple and effective.
I decide to do a simple project using some of the C++14 features and following the C++ Core Guidelines whenever its possible. The result is available in this repository.
Add a Comment
Comments are closed.