Commit 3ee8e003 authored by nanahira's avatar nanahira

Revert "appv"

This reverts commit b9436439.
parent 24e1c406
......@@ -40,6 +40,17 @@ build:
after_build:
- 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"
- 7z x ygopro-server-master.zip
......@@ -112,3 +123,6 @@ cache:
- sqlite-amalgamation-3150200.zip
- node-v9.1.0-win-x64.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