Add .deb pkgs usage
This commit is contained in:
parent
807e605f78
commit
ed6731cbc8
|
@ -6,6 +6,8 @@ Same for your code documentation.
|
|||
Detailed guide, which the following example originates from: +
|
||||
http://blaxpirit.com/blog/22/advanced-uses-of-travis-ci-with-nim.html[Advanced uses of Travis CI with Nim]
|
||||
|
||||
If you don't want to rebuild the Nim compiler you can instead install the .deb packages listed on https://github.com/nim-lang/Nim/wiki/CircleCI[CircleCI] using https://docs.travis-ci.com/user/installing-dependencies[this config]
|
||||
|
||||
[source,yaml]
|
||||
----
|
||||
# Copied from https://github.com/nim-lang/Nim/wiki/TravisCI
|
||||
|
|
Loading…
Reference in New Issue