Enable 64-bit builds under AppVeyor

Take 2
pull/461/head
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
1 changed files with 9 additions and 5 deletions

View File

@ -5,6 +5,10 @@
version: 1.0.{build} version: 1.0.{build}
clone_depth: 3 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: configuration:
- Debug - Debug
@ -13,7 +17,7 @@ configuration:
platform: platform:
- Win32 - Win32
- Win64 - x64
image: image:
@ -45,10 +49,10 @@ matrix:
# allow_failures: # allow_failures:
exclude: exclude:
- platform: Win64 # - platform: x64
configuration: Debug # configuration: Debug
- platform: Win64 # - platform: x64
configuration: Release # configuration: Release
- image: Visual Studio 2010 - image: Visual Studio 2010
- image: Visual Studio 2017 - image: Visual Studio 2017