From 4fb394d5a8e864fbebcbc2fdfda3e14c38b855f9 Mon Sep 17 00:00:00 2001 From: Euan T Date: Sun, 25 Jun 2017 23:15:46 +0100 Subject: [PATCH] Updated BuildServices (asciidoc) --- BuildServices.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildServices.asciidoc b/BuildServices.asciidoc index 735ce54..50a003b 100644 --- a/BuildServices.asciidoc +++ b/BuildServices.asciidoc @@ -25,7 +25,7 @@ Be aware that the available .deb packages will change over time. ## Building Nim projects on Circle CI v2.0 (Currently in Beta) -Circle CI are currently testing version 2 of their platform, where you can use Docker containers to perform builds. The following example is taken from the following guide and builds against the current Nim version on both Ubuntu and Alpine Linux: +https://www.euantorano.co.uk/posts/nim-circle-ci/[Continuous Integration for Nim using Circle CI] +Circle CI are currently testing version 2 of their platform, where you can use Docker containers to perform builds. The following example is taken from the following guide and builds against the current Nim version on both Ubuntu and Alpine Linux: https://www.euantorano.co.uk/posts/nim-circle-ci/[Continuous Integration for Nim using Circle CI] [source,yaml] ----