mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
release only on vs2017
This commit is contained in:
parent
3db17d8b04
commit
2ec03edc97
@ -69,8 +69,7 @@ before_build:
|
|||||||
build_script:
|
build_script:
|
||||||
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
|
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" ( scripts\release.bat %CONFIGURATION% 2015 )
|
- if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" ( scripts\release.bat %CONFIGURATION% 2017 )
|
||||||
else ( scripts\release.bat %CONFIGURATION% 2017 )
|
|
||||||
- ps: $bytecodedir = git show -s --format="%cd-%H" --date=short
|
- ps: $bytecodedir = git show -s --format="%cd-%H" --date=short
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user