Merge branch 'CI'

This commit is contained in:
Ștefan Talpalaru 2019-08-01 23:05:46 +02:00
commit 7a4b7a6cfb
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