forked from 247321453/DataEditorX
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathappveyor.yml
32 lines (25 loc) · 803 Bytes
/
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
version: '{build}'
skip_tags: true
install:
- curl -sL -o DataEditorX/data/constants.lua https://github.com/Fluorohydride/ygopro-scripts/raw/master/constants.lua
- curl -sL -o DataEditorX/data/strings.conf https://github.com/Fluorohydride/ygopro/raw/master/strings.conf
- nuget restore
configuration: Release
build:
project: DataEditorX.sln
parallel: true
after_build:
- cd win32 && 7z a ../win32.zip ./* -xr!.git* -mx9 && cd ..
test: off
artifacts:
- path: win32.zip
name: DataEditorX-Koishi
deploy:
release: latest
description: 'Automatic build commit $(APPVEYOR_REPO_COMMIT) $(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
provider: GitHub
force_update: true
auth_token:
secure: EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
on:
branch: master