From e4f33a82baf2e027656766547c87a844a7e18b4c Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 2 Aug 2016 23:39:44 -0700 Subject: [PATCH] Re-enable code builds for Solidity unit-tests within Appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ca1d51ffb..36cfa5383 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,7 @@ install: before_build: - if not exist build mkdir build - cd build - - cmake -G "Visual Studio 14 2015 Win64" .. -DTESTS=Off + - cmake -G "Visual Studio 14 2015 Win64" .. build_script: - msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal - cd %APPVEYOR_BUILD_FOLDER%