Commit 60a4ba27 authored by Momobako's avatar Momobako

appv

parent e37b72b1
version: '{build}'
skip_tags: true
install:
configuration: Release
build:
project: Windbot.sln
parallel: true
after_build:
- git config --global user.name "Smile-DK"
- git config --global user.email "2236141431@qq.com"
- mkdir WindBot
- cp -rf bin/x86/Release/* WindBot
- git clone https://github.com/moecube/ygopro-database
- cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
- git clone https://github.com/Smile-DK/ygopro-svrelease
- cd ygopro-svrelease
- rm -rf WindBot
- cp -rf ../WindBot .
- git add . -A
- git commit -m "Windbot pushed by Appveyor"
- git push %Smile%Smile-DK/ygopro-svrelease master
- cd ..
- 7z a WindBot.7z WindBot
test: off
artifacts:
- path: WindBot.7z
name: WindBot
branches:
only:
- master
{
"name": "windbot-server",
"interpreter": "/usr/bin/mono",
"script": "WindBot.exe",
"args": "2399",
"error_file": "error.log",
"out_file": "log.log"
}
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