From 73d73f42dd06d62d7747efe54cc151620a97ab87 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 10 Jun 2015 19:03:52 -0600 Subject: [PATCH] Add mention of free TeamCity option --- 02-Use_the_Tools_Available.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 369d55c..ad1f1db 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -38,6 +38,8 @@ Continuous Integration (CI) tools automatically build the source code as changes * supports Windows, MSVC and MinGW * free for public repositoris on GitHub * [Hudson CI](http://hudson-ci.org/) + * [TeamCity](https://www.jetbrains.com/teamcity) + * has a free option for open source projects * [Decent CI](https://github.com/lefticus/decent_ci) * simple ad-hoc continuous integration that posts results to GitHub * supports Windows, OS X, and Linux