Commit 91539bab authored by nanahira's avatar nanahira

Update appveyor.yml

parent bfcffa66
...@@ -12,23 +12,22 @@ after_build: ...@@ -12,23 +12,22 @@ after_build:
- git config --global user.name "Smile-DK" - git config --global user.name "Smile-DK"
- git config --global user.email "2236141431@qq.com" - git config --global user.email "2236141431@qq.com"
- cp -rf bin/x86/Release/* WindBot
- git clone https://github.com/moecube/ygopro-database - git clone https://github.com/moecube/ygopro-database
- cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot - cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
- git clone https://github.com/Smile-DK/ygopro-svrelease - git clone https://github.com/Smile-DK/ygopro-svrelease
- cd ygopro-svrelease - cd ygopro-svrelease
- rm -rf WindBot - rm -rf WindBot Windbot
- cp -rf ../WindBot . - cp -rf ../Windbot .
- git add . -A - git add . -A
- git commit -m "Windbot pushed by Appveyor" - git commit -m "Windbot pushed by Appveyor"
- git push %Smile%Smile-DK/ygopro-svrelease master - git push %Smile%Smile-DK/ygopro-svrelease master
- cd .. - cd ..
- 7z a -mx9 WindBot.7z WindBot - 7z a -mx9 Windbot.7z WindBot
test: off test: off
artifacts: artifacts:
- path: WindBot.7z - path: Windbot.7z
name: WindBot name: Windbot
branches: branches:
only: only:
- master - 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