Commit 482a5546 authored by nanahira's avatar nanahira

Update appveyor.yml

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