Clear Appveyor cache.

This commit is contained in:
Bob Summerwill 2016-08-02 23:46:49 -07:00
parent 17acacdf4a
commit b2eb19ec6d

View File

@ -32,7 +32,6 @@ skip_tags: true
os: Visual Studio 2015
configuration:
- RelWithDebInfo
cache: build
install:
- git submodule update --init --recursive
- scripts/install_deps.bat
@ -40,7 +39,7 @@ install:
before_build:
- if not exist build mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" ..
- cmake -G "Visual Studio 14 2015 Win64" .. -DTESTS=On
build_script:
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
- cd %APPVEYOR_BUILD_FOLDER%