diff options
author | Wenbin Wu <github@wenbinwu.com> | 2018-05-03 15:15:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 15:15:39 +0800 |
commit | 18b31a9bbe872fde1710a74567898ac544eea191 (patch) | |
tree | 7ac61a24d37dc3c05ad931fafb46a5442cc77a58 /appveyor.yml | |
parent | 212956fa0556632eccc6113ed61219082dd15510 (diff) | |
download | dexon-solidity-18b31a9bbe872fde1710a74567898ac544eea191.tar.gz dexon-solidity-18b31a9bbe872fde1710a74567898ac544eea191.tar.zst dexon-solidity-18b31a9bbe872fde1710a74567898ac544eea191.zip |
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3f1830f1..cae12525 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,9 +35,9 @@ configuration: - RelWithDebInfo environment: matrix: - #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - # VS_VERSION: 2015 - # CMAKE_G_ARG: "Visual Studio 14 2015 Win64" + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + VS_VERSION: 2015 + CMAKE_G_ARG: "Visual Studio 14 2015 Win64" - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 VS_VERSION: 2017 CMAKE_G_ARG: "Visual Studio 15 2017 Win64" |