Added a simple example of how to setup a complete CI environment for C and C++

related CppCon 2017 video: https://www.youtube.com/watch?v=KdJhQuycD78
This commit is contained in:
Viktor Kirilov
2017-10-22 14:39:34 +03:00
committed by GitHub
parent c9226c1ed6
commit 3a5f367b53

View File

@@ -135,6 +135,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [c-template](https://github.com/fletcher/c-template) - Boilerplate to set up a c project, include CuTest, CMake build setup. [```[MIT]```][MIT]
* [cpp_project_template](https://github.com/duckie/cpp_project_template) - Simple template to start quickly a C++ project managed by CMake. ```[NO LICENSE]```
* [cpp-boilerplate](https://github.com/Lectem/cpp-boilerplate) - Template that aims to be a reference for modern CMake and CI [```[MIT]```][MIT]
* [ci_helloworld](https://github.com/ainfosec/ci_helloworld) - A simple example of how to setup a complete CI environment for C and C++ [```[MIT]```][MIT]
## Other