diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-03 15:32:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 15:32:01 +0800 |
commit | e9dbf04b57f020cddd79221da2271fed656f2cbd (patch) | |
tree | 9a5d05cfeb3d4c9fb162d3b7ddc3862a4ec43d5e | |
parent | caac56ee1a552276f9090ba2e81439c059c2d42c (diff) | |
parent | f83d30a1c7410b4e9063e79e25de52fd7024cfe3 (diff) | |
download | dexon-solidity-e9dbf04b57f020cddd79221da2271fed656f2cbd.tar.gz dexon-solidity-e9dbf04b57f020cddd79221da2271fed656f2cbd.tar.zst dexon-solidity-e9dbf04b57f020cddd79221da2271fed656f2cbd.zip |
Merge pull request #810 from bobsummerwill/develop
Re-enabled Appveyor cache.
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index e1fee0fe..97f931e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,7 @@ skip_tags: true os: Visual Studio 2015 configuration: - RelWithDebInfo +cache: build install: - git submodule update --init --recursive - scripts/install_deps.bat |