Updated BuildServices (asciidoc)

This commit is contained in:
Euan T 2017-06-25 23:15:46 +01:00
parent 5b734342d1
commit 4fb394d5a8
1 changed files with 1 additions and 1 deletions

View File

@ -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]
----