Commit b9436439 authored by nanahira's avatar nanahira

appv

parent 6ad02f7a
...@@ -40,17 +40,6 @@ build: ...@@ -40,17 +40,6 @@ 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.email "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 "ygopro 222DIY server pushed by Appveyor"
- git push %Smile%Smile-DK/ygopro-svrelease master
- cd ..
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-server/archive/master.zip ; exit 0" - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-server/archive/master.zip ; exit 0"
- 7z x ygopro-server-master.zip - 7z x ygopro-server-master.zip
...@@ -123,6 +112,3 @@ cache: ...@@ -123,6 +112,3 @@ cache:
- sqlite-amalgamation-3150200.zip - sqlite-amalgamation-3150200.zip
- node-v9.1.0-win-x64.zip - node-v9.1.0-win-x64.zip
- Redis-x64-3.2.100.zip - Redis-x64-3.2.100.zip
branches:
only:
- 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