aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-07-09 15:10:02 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-07-09 15:10:02 -0500
commita24d0d043d96a2f65c1bf72cbeccbce195376118 (patch)
tree686fbe4d8dacd5ba6b7f70a335fdcbd71ac0c63e
parent0e6a7b8025cfe44740d3fb9302e2648ad33f6652 (diff)
downloadnimgen-a24d0d043d96a2f65c1bf72cbeccbce195376118.tar.gz
nimgen-a24d0d043d96a2f65c1bf72cbeccbce195376118.zip
Setup CI
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index acefe6b..91a9a07 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -80,7 +80,7 @@ for:
install:
- sudo apt -qq update
- - sudo apt -qq install --yes python-pygments libssh2-1
+ - sudo apt -qq install --yes python-pygments libssh2-1 libgcrypt20 libgpg-error0
- cd ~/projects
- if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi
- tar xJf $NIM_ARCHIVE