From b2eb19ec6dedb06b4db524522b61dfdfcb57147b Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 2 Aug 2016 23:46:49 -0700 Subject: Clear Appveyor cache. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 36cfa538..bbbc735d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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% -- cgit v1.2.3