Skip to content

Commit

Permalink
Re-enable code builds for Solidity unit-tests within Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsummerwill committed Aug 3, 2016
1 parent 8cb8644 commit e4f33a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit e4f33a8

Please sign in to comment.