From c22d46fb1dd31119cac83029831f048eeb54a54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 25 Aug 2018 22:31:16 +0200 Subject: [PATCH] Fixed appveyor.yml --- appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7d45ec5..c10822d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,18 +2,6 @@ version: 1.16.{build}.0 image: Visual Studio 2017 build_script: - ps: .\build.ps1 -configuration release -after_build: -- ps: | - Invoke-WebRequest "https://downloads.vigem.org/other/pavel-a/ddverpatch/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip - Expand-Archive verpatch-1.0.15.1-x86-codeplex.zip -DestinationPath . - .\verpatch.exe .\artifacts\x64\ViGEmBus.sys "$env:APPVEYOR_BUILD_VERSION" - .\verpatch.exe .\artifacts\x64\ViGEmBus.sys /pv "$env:APPVEYOR_BUILD_VERSION" - .\verpatch.exe .\artifacts\x86\ViGEmBus.sys "$env:APPVEYOR_BUILD_VERSION" - .\verpatch.exe .\artifacts\x86\ViGEmBus.sys /pv "$env:APPVEYOR_BUILD_VERSION" - makecab.exe /f ViGEmBus.ddf -artifacts: -- path: disk1\ViGEmBus.cab - name: ViGEmBus_unsigned_x86_amd64 deploy: - provider: Environment name: BUILDBOT