Commit 482a5546 authored by nanahira's avatar nanahira

Update appveyor.yml

parent 6f0b4fc7
...@@ -8,17 +8,22 @@ build_script: ...@@ -8,17 +8,22 @@ build_script:
- git config --global user.name "purerosefallen" - git config --global user.name "purerosefallen"
- git config --global user.email "78877@qq.com" - git config --global user.email "78877@qq.com"
- git clone https://github.com/purerosefallen/ygopro-222DIY - git clone https://github.com/purerosefallen/ygopro-222DIY
- cp -rf script ygopro-222DIY/expansions
- cd ygopro-222DIY - cd ygopro-222DIY
- cp -rf ../script expansions
- git add . -A - git add . -A
- git commit -m "Auto Push by Nanahira" - git commit -m "Auto Push by Nanahira"
- git checkout data - git checkout data
- git cherry-pick master - cp -rf ../script expansions
- cd update - cd update
- update.exe -ci - update.exe -ci
- cd .. - cd ..
- git add . -A - git add . -A
- git commit -m "Update Filelist" - git commit -m "Auto Push by Nanahira"
- git push https://%AUTH_TOKEN%@github.com/purerosefallen/ygopro-222DIY master data - git push https://%AUTH_TOKEN%@github.com/purerosefallen/ygopro-222DIY master data
- cd .. - cd ..
test: off test: off
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