aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-08-03 14:47:03 +0800
committerGitHub <noreply@github.com>2016-08-03 14:47:03 +0800
commit8ff06d0d91dace47bf2e1d45fa87cec023769fc1 (patch)
tree9b25a26c15b386ca79b633596aae648ba814345c
parent17acacdf4ae46e5de609b318e32f706de66475ea (diff)
parentb2eb19ec6dedb06b4db524522b61dfdfcb57147b (diff)
downloaddexon-solidity-8ff06d0d91dace47bf2e1d45fa87cec023769fc1.tar.gz
dexon-solidity-8ff06d0d91dace47bf2e1d45fa87cec023769fc1.tar.zst
dexon-solidity-8ff06d0d91dace47bf2e1d45fa87cec023769fc1.zip
Merge pull request #808 from bobsummerwill/develop
Clear Appveyor cache.
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 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%