Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
nanahira
ygopro-core
Commits
404f9823
Commit
404f9823
authored
Jun 15, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci
parent
c9da4c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
.gitlab-ci.yml
.gitlab-ci.yml
+12
-9
No files found.
.gitlab-ci.yml
View file @
404f9823
...
...
@@ -7,7 +7,7 @@ stages:
variables
:
GIT_DEPTH
:
"
1"
lua
:
mat_common
:
stage
:
prepare
tags
:
-
linux
...
...
@@ -16,8 +16,8 @@ lua:
-
wget -O - https://mat-cacher.moenext.com/https://www.lua.org/ftp/lua-5.4.8.tar.gz | tar zfx -
-
mv lua-5.4.8 lua
-
cp premake/lua.lua lua/premake5.lua
-
wget -O - https://
cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-349
0100.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
49
0100 sqlite3
-
wget -O - https://
mat-cacher.moenext.com/https://www.sqlite.org/2025/sqlite-autoconf-350
0100.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
50
0100 sqlite3
artifacts
:
paths
:
-
lua
...
...
@@ -28,9 +28,8 @@ mat_windows:
tags
:
-
linux
script
:
-
apt update; apt -y install wget tar patch p7zip-full
# premake5.exe
-
wget https://cdn02.moecube.com:444/
ygopro-build-materials
/premake-5.0.0-beta7-windows.zip
-
wget https://cdn02.moecube.com:444/
premake5-built
/premake-5.0.0-beta7-windows.zip
-
7z x -y premake-5.0.0-beta7-windows.zip
artifacts
:
paths
:
...
...
@@ -41,9 +40,8 @@ mat_macos:
tags
:
-
linux
script
:
-
apt update; apt -y install wget tar
-
wget -O - https://mat-cacher.moenext.com/https://www.sqlite.org/2025/sqlite-autoconf-3500100.tar.gz | tar zfx -
-
mv sqlite-autoconf-3500100 sqlite3
-
wget -O - https://cdn02.moecube.com:444/premake5-built/premake-5.0.0-beta7-macosx.tar.gz | tar zfx -
-
chmod +x premake5
artifacts
:
paths
:
-
premake5
...
...
@@ -53,6 +51,8 @@ mat_macos:
tags
:
-
linux
image
:
git-registry.moenext.com/mycard/docker-ygopro-builder
dependencies
:
-
mat_common
variables
:
PREMAKE_OS
:
linux
BUILD_TYPE
:
x64
...
...
@@ -96,8 +96,8 @@ build_wasm:
.build_windows
:
stage
:
build
dependencies
:
-
mat_common
-
mat_windows
-
lua
tags
:
-
vs
before_script
:
...
...
@@ -128,6 +128,9 @@ build_windows_x64:
extends
:
.build_unix
tags
:
-
macos
dependencies
:
-
mat_common
-
mat_macos
variables
:
PREMAKE_OS
:
macosx
PREMAKE5_PATH
:
./premake5
...
...
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