Fix AppVeyor:

* Detect continuous integration environment via `CI` variable
* Use double quotes for build cache path
This commit is contained in:
Nicholas Dudfield
2015-03-04 10:13:43 +07:00
committed by Tom Ritchford
parent fc8bf39043
commit 2e59378ab7
4 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ environment:
# At the end of each successful build we cache this directory. It must be less
# than 100MB total compressed.
cache:
- 'C:\\rippled_deps'
- "C:\\rippled_deps"
# This means we'll download a zip of the branch we want, rather than the full
# history.