This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathappveyor.yml
47 lines (36 loc) · 1.46 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: 1.{build}.0.0
image: Visual Studio 2019
configuration: Release
platform: x64
skip_tags: true
environment:
WEBHOOK_URL:
secure: Oyrlvti3D7Zf0SDrYnP5AprH1IDT0upe+oy39EGEZP6vYDg5/NjESFLiLRLO1EMamTVCqIfhxkqWWKq3o1RIlqPT7Kib+uvcI+DHD+OqTZHz3FIWAQhIZWcg0li0QOEnlK9YTjT5f2GWzIgtgJnV793iejlUMnDYBRKZxCewmSU=
build:
parallel: true
project: DarkId.Papyrus.DebugServer.sln
verbosity: minimal
after_build:
- 7z a papyrus-debug-server.zip %APPVEYOR_BUILD_FOLDER%\src\DarkId.Papyrus.DebugServer\bin\DarkId.Papyrus.DebugServer.Fallout4\x64\Release\DarkId.Papyrus.DebugServer.Fallout4.dll %APPVEYOR_BUILD_FOLDER%\src\DarkId.Papyrus.DebugServer\bin\DarkId.Papyrus.DebugServer.Skyrim\x64\Release\DarkId.Papyrus.DebugServer.Skyrim.dll
artifacts:
- path: papyrus-debug-server.zip
on_success:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 success $env:WEBHOOK_URL
on_failure:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL
skip_commits:
files:
- README.md
deploy:
release: $(APPVEYOR_BUILD_VERSION)
description: 'Papyrus Debug Server xSE Plugin'
provider: GitHub
auth_token:
secure: 2ys90qVyZDjfN2W2xwpvQZ6HVF7RtPNf0KeeIRUxNMUmoaPDGO6l3TVGw2ips7Sw
artifact: papyrus-debug-server.zip
draft: false
prerelease: false
on:
branch: master