Change platform from x86 to Win32
This commit is contained in:
parent
7fedbaf588
commit
5c8a50ecd3
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ cache: c:\tools\vcpkg\installed\
|
|||
#---------------------------------#
|
||||
# build configuration #
|
||||
#---------------------------------#
|
||||
platform: x86
|
||||
platform: Win32
|
||||
|
||||
configuration: RelWithDebInfo
|
||||
|
||||
|
@ -95,4 +95,4 @@ test:
|
|||
artifacts:
|
||||
- path: $(programfiles(x86))\pvpgn
|
||||
name: pvpgn-pro-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_BUILD_VERSION)-$(APPVEYOR_REPO_COMMIT:~0,7)-$(DB)
|
||||
type: zip
|
||||
type: zip
|
||||
|
|
Loading…
Reference in a new issue