1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 08:17:25 +00:00

Revert "Building with AppVeyor"

This reverts commit cbc1afb497.
This commit is contained in:
camjac251 2015-11-02 19:37:11 -06:00
parent cbc1afb497
commit 27e0736869

View file

@ -1,43 +0,0 @@
version: 0.6.{build}.0
os: Visual Studio 2015
configuration: Release
install:
- cmd: choco install InnoSetup
before_build:
- cmd: nuget restore src\Jackett.sln
build:
publish_nuget: true
include_nuget_references: true
verbosity: minimal
after_build:
- cmd: >-
xcopy src\Jackett.Console\bin\Release build.windows\ /e /y
copy /Y src\Jackett.Service\bin\Release\JackettService.exe build.windows\JackettService.exe
copy /Y src\Jackett.Service\bin\Release\JackettService.exe.config build.windows\JackettService.exe.config
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe build.windows\JackettTray.exe
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe.config build.windows\JackettTray.exe.config
copy /Y LICENSE build.windows\LICENSE
copy /Y README.md build.windows\README.md
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" Installer.iss
RENAME Output\setup.exe Jackett.Installer.v%APPVEYOR_BUILD_VERSION%.exe
test: off
artifacts:
- path: build.windows
name: Jackett.Binaries.v$(appveyor_build_version)
- path: Output\Jackett.Installer.v$(appveyor_build_version).exe
name: Jackett.v$(appveyor_build_version).exe
deploy:
- provider: GitHub
tag:
auth_token:
secure: OSSu9VL6WpnJvSqaccsIxUxuxeQsr8dHI1/wuGZyUQ0ojlBgL2LKInteOVXsj902
draft: false