Updated BuildServices (asciidoc)
This commit is contained in:
parent
e3169bded2
commit
06f39fdbee
|
@ -23,9 +23,9 @@ nim c -r <mytest.nim>
|
||||||
|
|
||||||
Be aware that the available .deb packages will change over time.
|
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]
|
[source,yaml]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue