Commit cb8842fb authored by mercury233's avatar mercury233

test appveyor

parent 756e6b72
......@@ -43,6 +43,7 @@ configuration: Release
build:
project: build/ygo.sln
parallel: true
after_build:
- mv bin\release\ygopro.exe .
......@@ -52,6 +53,8 @@ after_build:
- 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*
test: off
artifacts:
- path: ygopro.exe
name: ygopro
......@@ -59,8 +62,8 @@ artifacts:
name: ygopro-ver.233
deploy:
tag: latest
release: latest
tag: ygopro-{build}
release: ygopro-{build}
description: 'Automatic Build by Appveyor'
provider: GitHub
auth_token:
......
......@@ -3,14 +3,14 @@
use_d3d = 0
antialias = 2
errorlog = 1
nickname = Player
nickname = YGO233 Player
gamename = Game
lastdeck = new
textfont = c:/windows/fonts/simsun.ttc 14
textfont = c:/windows/fonts/msyh.ttf 14
numfont = c:/windows/fonts/arialbd.ttf
serverport = 7911
lastip = 127.0.0.1
lastport = 7911
lastip = 118.178.111.167
lastport = 233
autopos = 1
randompos = 0
autochain = 0
......@@ -18,7 +18,7 @@ waitchain = 0
mute_opponent = 0
mute_spectators = 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
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