mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Clear Appveyor cache.
This commit is contained in:
parent
17acacdf4a
commit
b2eb19ec6d
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user