aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-10-08 12:15:01 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-10-08 12:15:01 -0500
commit83465b25de63f0a2bb5982c9aa17652c6071b1a6 (patch)
tree8a56e22eb519cf584d52eb0005e2b5c1970b9c57
parentefc04c38cc0b2decff014e084b7854cecc84cb0c (diff)
downloadnimgen-83465b25de63f0a2bb5982c9aa17652c6071b1a6.tar.gz
nimgen-83465b25de63f0a2bb5982c9aa17652c6071b1a6.zip
Multi-version CI
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1673432..e9b7001 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -85,6 +85,7 @@ for:
install:
- sudo apt -qq update
- sudo apt -qq install --yes python-pygments libssh2-1-dev libgcrypt20-dev libgpg-error-dev
+ - mkdir /home/appveyor/binaries
- cd /home/appveyor/binaries
- if [ ! -e nim-$NIM_VERSION ]; then
curl -s -o nim-$nim_version.tar.xz https://nim-lang.org/download/nim-$nim_version.tar.xz &&