From 3a5f367b53a50b35044f6ef43dae18bf8d4c4207 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Sun, 22 Oct 2017 14:39:34 +0300 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b87f022..d4b7240 100644 --- a/README.md +++ b/README.md @@ -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