-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathappveyor.yml
38 lines (32 loc) · 1.33 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
configuration: Release
image: Visual Studio 2017
branches:
only:
- master
before_build:
- ps: nuget restore
build:
verbosity: minimal
deploy:
tag: LatestCommit
release: Metanoia [Latest Commit]
description: 'This build is updated every time a commit is pushed to the master branch.\n\nMessage: $(APPVEYOR_REPO_COMMIT_MESSAGE)\n\n Timestamp: $(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
provider: GitHub
auth_token:
secure: xauaTCyRR7zXmIIk4uXxttIa2s/DKhiMVYbGn6BMy/suM2ow6gUe0GNrnS+d1Q/q
artifact: Metanoia.zip
draft: false
prerelease: true
force_update: true
on:
branch: master
after_build:
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\Metanoia.exe"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\Metanoia.exe.config"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\lib"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\OpenTK.dll"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\OpenTK.GLControl.dll"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\Newtonsoft.Json.dll"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\WeifenLuo.WinFormsUI.Docking.dll"
- 7z a "Metanoia.zip" "%APPVEYOR_BUILD_FOLDER%\Metanoia\bin\Release\Rendering"
- appveyor PushArtifact "Metanoia.zip"