Commit b44e7c48 authored by nanahira's avatar nanahira

test-smile

parent d94c1045
...@@ -37,7 +37,17 @@ build: ...@@ -37,7 +37,17 @@ build:
after_build: after_build:
- ps: move bin\release\ygopro.exe . - ps: move bin\release\ygopro.exe .
- git config --global user.name "Smile-DK"
- git config --global user.name "2236141431@qq.com"
- git clone https://github.com/Smile-DK/ygopro-svrelease
- cd ygopro-svrelease
- rm -rf 222
- mkdir 222
- cp -rf ../ygopro.exe 222
- git add . -A
- git commit -m "Push by Appveyor"
- git push %Smile%Smile-DK/ygopro-svrelease master
- cd ..
test: off test: off
artifacts: artifacts:
......
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