Merge pull request #808 from bobsummerwill/develop

Clear Appveyor cache.
This commit is contained in:
Bob Summerwill 2016-08-02 23:47:03 -07:00 committed by GitHub
commit 8ff06d0d91

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%