Commit a80cfec9 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 1b3ed9d6
......@@ -8,7 +8,7 @@ install:
- ps: $fileContent += $env:priv_key.Replace(' ', "`n")
- ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent
- git submodule update --init --recursive ImgGen magicseteditor #ygopro-images-raw
- git submodule update --init --recursive ImgGen magicseteditor ygopro-images-raw
- git clone git@github.com:mycard/ygopro-database.git
# environment and system dependency
......@@ -19,16 +19,11 @@ install:
# application dependency
- bundle install
# get last build
#- ps: wget https://github.com/mycard/ygopro-images-generator/releases/download/latest/ygopro-images-zh-CN.zip -OutFile ygopro-images-zh-CN.zip
#- 7z x
# mock data
- mv ygopro-database/cards.zh-CN.cdb ygopro-database/zh-CN.cdb
- echo {} > ygopro-images/records.json
- ps: wget https://github.com/mycard/ygopro-images-raw/raw/master/10000000.jpg -OutFile ygopro-images-raw/10000000.jpg
- ps: wget https://github.com/mycard/ygopro-images-raw/raw/master/10000001.jpg -OutFile ygopro-images-raw/10000001.jpg
#- ps: wget https://github.com/mycard/ygopro-images-raw/raw/master/10000000.jpg -OutFile ygopro-images-raw/10000000.jpg
#- ps: wget https://github.com/mycard/ygopro-images-raw/raw/master/10000001.jpg -OutFile ygopro-images-raw/10000001.jpg
after_build:
- ruby generate.rb zh-CN
......
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