Commit c8caedf7 authored by nanahira's avatar nanahira

update ci for pack

parent 54ae0211
Pipeline #16763 failed with stages
in 7 minutes and 59 seconds
...@@ -69,3 +69,4 @@ sysinfo.txt ...@@ -69,3 +69,4 @@ sysinfo.txt
/AI_core_vs2017solution/Release /AI_core_vs2017solution/Release
/AI_core_vs2017solution/Debug /AI_core_vs2017solution/Debug
/AI_core_vs2017solution/lua /AI_core_vs2017solution/lua
/pack
...@@ -144,6 +144,7 @@ ocgcore_macos: ...@@ -144,6 +144,7 @@ ocgcore_macos:
- puzzle - puzzle
- picture - picture
- script - script
- pack
only: only:
- master - master
- ci - ci
......
...@@ -19,7 +19,7 @@ cp -rf locales/$TARGET_LOCALE/config/translation.conf ./config/ ...@@ -19,7 +19,7 @@ cp -rf locales/$TARGET_LOCALE/config/translation.conf ./config/
git clone --depth=1 https://github.com/Fluorohydride/ygopro-scripts script git clone --depth=1 https://github.com/Fluorohydride/ygopro-scripts script
# ygopro-images # ygopro-images
wget -O - https://cdn01.moecube.com/images/ygopro-images-${TARGET_LOCALE}.zip | bsdtar -C picture/card -xf - wget -O - https://cdn02.moecube.com:444/images/ygopro-images-${TARGET_LOCALE}.zip | bsdtar -C picture/card -xf -
mv picture/card/field picture/ mv picture/card/field picture/
# closeup # closeup
...@@ -30,3 +30,6 @@ mv ygopro2-closeup/closeup picture/ ...@@ -30,3 +30,6 @@ mv ygopro2-closeup/closeup picture/
git clone --depth=1 https://code.mycard.moe/mycard/ygopro-starter-pack git clone --depth=1 https://code.mycard.moe/mycard/ygopro-starter-pack
mv ygopro-starter-pack/deck ./deck mv ygopro-starter-pack/deck ./deck
mv ygopro-starter-pack/single ./puzzle mv ygopro-starter-pack/single ./puzzle
mkdir pack
wget -O pack/pack.db https://cdn02.moecube.com:444/ygopro-card-list/pack.db
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