From d371928137b6d30046433a2e8c8107f74f2afc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 22 Sep 2018 21:36:43 +0200 Subject: [PATCH] Revert "Updated appveyor.yml to use vcpkg" This reverts commit 5522b8ae32cdfa246e86a0e96702ce45ce8010fd. # Conflicts: # appveyor.yml --- appveyor.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cf1a0d3..02f1487 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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