diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 15:01:58 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 15:01:58 -0500 |
| commit | 5621d59e3ce4a95dc14127042cc4a842e63bbc8b (patch) | |
| tree | 80ff201193178bb34d55e8a96e9d558b63a4f09c | |
| parent | 942f194945cf979527859a76e4e6f15fafb95802 (diff) | |
| download | nimgen-5621d59e3ce4a95dc14127042cc4a842e63bbc8b.tar.gz nimgen-5621d59e3ce4a95dc14127042cc4a842e63bbc8b.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 24cdba4..be2fa30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,7 +80,7 @@ for: install: - sudo apt update -qq - - sudo apt install -qq --yes python-pygments + - sudo apt install -qq --yes python-pygments libssh2 - cd ~/projects - if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi - tar xJf $NIM_ARCHIVE @@ -93,7 +93,7 @@ for: - cd ~/projects/nimgen on_finish: - - zip -r buildlogs-lin.zip ~/.nimble/pkgs + - zip -r -q buildlogs-lin.zip ~/.nimble/pkgs - appveyor PushArtifact buildlogs-lin.zip cache: |
