Merge branch 'CI'
This commit is contained in:
commit
7a4b7a6cfb
|
@ -62,7 +62,7 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
||||||
- bash -c "nimble install -y"
|
- bash -c "nimble install -y --depsOnly"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- nimble test
|
- nimble test
|
||||||
|
|
|
@ -35,5 +35,6 @@ install:
|
||||||
- bash build_rocksdb.sh rocksdbCache
|
- bash build_rocksdb.sh rocksdbCache
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nimble install -y
|
- nimble install -y --depsOnly
|
||||||
- nimble test
|
- nimble test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue