From 06f39fdbeedd75138abed43e1c846009e5d73e72 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 26 Aug 2017 14:16:58 +0100 Subject: [PATCH] Updated BuildServices (asciidoc) --- BuildServices.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildServices.asciidoc b/BuildServices.asciidoc index cd4ffa5..8d79aa2 100644 --- a/BuildServices.asciidoc +++ b/BuildServices.asciidoc @@ -23,9 +23,9 @@ nim c -r Be aware that the available .deb packages will change over time. -## Building Nim projects on Circle CI v2.0 (Currently in Beta) +## Building Nim projects on Circle CI v2.0 with Docker -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] +On Circle CI 2.0 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] ----