Revert "Updated appveyor.yml to use vcpkg"

This reverts commit 5522b8ae32.

# Conflicts:
#	appveyor.yml
This commit is contained in:
Benjamin Höglinger-Stelzer
2018-09-22 21:36:43 +02:00
parent aa8684ed43
commit d371928137

View File

@@ -1,14 +1,7 @@
version: 1.16.{build}.0
image: Visual Studio 2017
install:
- ps: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\vcpkg\ports\vigemclient" "c:\tools\vcpkg\ports"
- cmd: vcpkg update
- cmd: vcpkg upgrade
build_script:
- cmd: "vcpkg build vigemclient:x64-windows"
- cmd: "vcpkg build vigemclient:x64-windows-static"
- cmd: "vcpkg build vigemclient:x86-windows"
- cmd: "vcpkg build vigemclient:x86-windows-static"
- ps: .\build.ps1 -configuration Release_DLL
deploy:
- provider: Environment
name: BUILDBOT