From dd63cb3cd2d577a848102b81cf24e51255ff2330 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 25 Feb 2017 17:10:33 +0000 Subject: [PATCH] Updated CircleCI (asciidoc) --- CircleCI.asciidoc | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/CircleCI.asciidoc b/CircleCI.asciidoc index 705f809..9147d99 100644 --- a/CircleCI.asciidoc +++ b/CircleCI.asciidoc @@ -1,24 +1 @@ -=== Building Nim projects on Circle CI - -Building your code on Circle CI is useful to check regressions against the master and devel branches of Nim. -Same for your code documentation. - -Configure the build: - -Under Test Commands >> Dependency Commands >> Pre-dependency commands: -[source,sh] ----- -wget http://http.us.debian.org/debian/pool/main/n/nim/nim_0.16.0-1_amd64.deb -wget http://http.us.debian.org/debian/pool/main/o/openssl1.0/libssl1.0.2_1.0.2k-1_amd64.deb -sudo dpkg -i *_amd64.deb ----- - -Under Test Commands >> Test Commands >> Test Commands: -[source,sh] ----- -# This will fetch Nimble dependencies -nimble build -y -nim c -r ----- - -Be aware that the available .deb packages will change over time. \ No newline at end of file +See https://github.com/nim-lang/Nim/wiki/BuildServices[BuildServices] \ No newline at end of file