Commit cb8842fb authored by mercury233's avatar mercury233

test appveyor

parent 756e6b72
...@@ -43,6 +43,7 @@ configuration: Release ...@@ -43,6 +43,7 @@ configuration: Release
build: build:
project: build/ygo.sln project: build/ygo.sln
parallel: true
after_build: after_build:
- mv bin\release\ygopro.exe . - mv bin\release\ygopro.exe .
...@@ -52,6 +53,8 @@ after_build: ...@@ -52,6 +53,8 @@ after_build:
- appveyor DownloadFile https://github.com/mercury233/ygopro/raw/server/cards.cdb - appveyor DownloadFile https://github.com/mercury233/ygopro/raw/server/cards.cdb
- 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git* - 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git*
test: off
artifacts: artifacts:
- path: ygopro.exe - path: ygopro.exe
name: ygopro name: ygopro
...@@ -59,8 +62,8 @@ artifacts: ...@@ -59,8 +62,8 @@ artifacts:
name: ygopro-ver.233 name: ygopro-ver.233
deploy: deploy:
tag: latest tag: ygopro-{build}
release: latest release: ygopro-{build}
description: 'Automatic Build by Appveyor' description: 'Automatic Build by Appveyor'
provider: GitHub provider: GitHub
auth_token: auth_token:
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
use_d3d = 0 use_d3d = 0
antialias = 2 antialias = 2
errorlog = 1 errorlog = 1
nickname = Player nickname = YGO233 Player
gamename = Game gamename = Game
lastdeck = new lastdeck = new
textfont = c:/windows/fonts/simsun.ttc 14 textfont = c:/windows/fonts/msyh.ttf 14
numfont = c:/windows/fonts/arialbd.ttf numfont = c:/windows/fonts/arialbd.ttf
serverport = 7911 serverport = 7911
lastip = 127.0.0.1 lastip = 118.178.111.167
lastport = 7911 lastport = 233
autopos = 1 autopos = 1
randompos = 0 randompos = 0
autochain = 0 autochain = 0
...@@ -18,7 +18,7 @@ waitchain = 0 ...@@ -18,7 +18,7 @@ waitchain = 0
mute_opponent = 0 mute_opponent = 0
mute_spectators = 0 mute_spectators = 0
hide_setname = 0 hide_setname = 0
hide_hint_button = 1 hide_hint_button = 0
#control_mode = 0: Key A/S/D/R Chain Buttons. control_mode = 1: MouseLeft/MouseRight/NULL/F9 Without Chain Buttons #control_mode = 0: Key A/S/D/R Chain Buttons. control_mode = 1: MouseLeft/MouseRight/NULL/F9 Without Chain Buttons
control_mode = 0 control_mode = 0
draw_field_spell = 1 draw_field_spell = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment