Updated BuildServices (asciidoc)

This commit is contained in:
Federico Ceratto 2017-08-26 14:16:58 +01:00
parent e3169bded2
commit 06f39fdbee
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ nim c -r <mytest.nim>
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]
----