appveyor: match travis build and use nimble install -dy for dependencies (avoids compiling broken parsts of deps)

This commit is contained in:
Jacek Sieka 2018-08-24 11:21:19 -06:00
parent c338a948db
commit 1bc8bb2e11
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ install:
- koch nimble
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y
- nimble install -dy
test_script:
- nimble test