aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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%