mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Enable 64-bit builds under AppVeyor
Take 2
This commit is contained in:
parent
9b9b9994c2
commit
b9e5cd2f90
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user