Commit 5544c556 authored by mercury233's avatar mercury233

test appveyor

parent 3301201d
version: '{build}' version: '{build}'
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
...@@ -39,22 +40,31 @@ install: ...@@ -39,22 +40,31 @@ install:
- premake5 vs2015 - premake5 vs2015
configuration: Release configuration: Release
build: build:
project: build/ygo.sln project: build/ygo.sln
parallel: true parallel: true
after_build: after_build:
- ps: move bin\release\ygopro.exe . - mv bin\release\ygopro.exe .
- mkdir deck
- mkdir pics
- mkdir replay
- 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*
artifacts: artifacts:
- path: ygopro.exe - path: ygopro.exe
name: ygopro name: ygopro
- path: ygopro-ver.233.7z
name: ygopro-ver.233
deploy: deploy:
tag: latest tag: latest
release: latest release: latest
description: 'Auto' description: 'Automatic Build by Appveyor'
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR secure: DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
artifact: ygopro.exe
force_update: true force_update: true
on: on:
branch: master branch: master
......
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