Skip to content

Commit 1b0f1f3

Browse files
authored
add appveyor
1 parent eb993c6 commit 1b0f1f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 1.0.{build}
2+
skip_tags: true
3+
image: Visual Studio 2017
4+
configuration: Release
5+
build:
6+
verbosity: minimal
7+
after_build:
8+
- cmd: 7z a UnityLauncherPro.zip %APPVEYOR_BUILD_FOLDER%\UnityLauncherPro\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\UnityLauncherPro\bin\Release\*.exe.config
9+
artifacts:
10+
- path: UnityLauncherPro.zip
11+
name: deploy
12+
deploy:
13+
- provider: GitHub
14+
auth_token:
15+
secure: XUgG0RFw9cyw0BUHekUQp4w29rJ/NSCXaiNhxmUGqXJ6KJxOvgtlDDXh/i3I33fsggGEuB67sA9xxfNd5/C8r9S+dsoVYVcL8alZNN5S/Xs=
16+
artifact: deploy

0 commit comments

Comments
 (0)