Enable 64-bit builds under AppVeyor

Take 2
This commit is contained in:
Jeffrey Walton 2017-08-02 00:19:59 -04:00
parent 9b9b9994c2
commit b9e5cd2f90
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -5,6 +5,10 @@
version: 1.0.{build}
clone_depth: 3
# Remote debugging through RDP
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
configuration:
- Debug
@ -13,7 +17,7 @@ configuration:
platform:
- Win32
- Win64
- x64
image:
@ -45,10 +49,10 @@ matrix:
# allow_failures:
exclude:
- platform: Win64
configuration: Debug
- platform: Win64
configuration: Release
# - platform: x64
# configuration: Debug
# - platform: x64
# configuration: Release
- image: Visual Studio 2010
- image: Visual Studio 2017