CI: add "--depsOnly" to "nimble install"

This commit is contained in:
Ștefan Talpalaru 2019-08-01 21:57:48 +02:00
parent 46c9e99754
commit ca5767e0fc
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@ install:
build_script:
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- bash -c "nimble install -y"
- bash -c "nimble install -y --depsOnly"
test_script:
- nimble test

View File

@ -35,5 +35,6 @@ install:
- bash build_rocksdb.sh rocksdbCache
script:
- nimble install -y
- nimble install -y --depsOnly
- nimble test