Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
YGOProUnity_V2
Commits
c8caedf7
Commit
c8caedf7
authored
Sep 20, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ci for pack
parent
54ae0211
Pipeline
#16763
failed with stages
in 7 minutes and 59 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
.gitignore
.gitignore
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
ci/assets-locale.sh
ci/assets-locale.sh
+4
-1
pack/pack.db
pack/pack.db
+0
-0
No files found.
.gitignore
View file @
c8caedf7
...
@@ -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
.gitlab-ci.yml
View file @
c8caedf7
...
@@ -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
...
...
ci/assets-locale.sh
View file @
c8caedf7
...
@@ -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://cdn0
1.moecube.com
/images/ygopro-images-
${
TARGET_LOCALE
}
.zip | bsdtar
-C
picture/card
-xf
-
wget
-O
- https://cdn0
2.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
pack/pack.db
deleted
100644 → 0
View file @
54ae0211
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment