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
76b4b3ad
Commit
76b4b3ad
authored
Jun 15, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use mat cacher
parent
ae7a3b81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.github/workflows/build.yml
View file @
76b4b3ad
...
...
@@ -31,7 +31,7 @@ jobs:
id
:
premake
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
6
-windows.zip
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
7
-windows.zip
-
name
:
Premake
run
:
|
...
...
@@ -100,7 +100,7 @@ jobs:
id
:
premake
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
6
-linux.tar.gz
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
7
-linux.tar.gz
-
name
:
Premake
run
:
|
...
...
.gitlab-ci.yml
View file @
76b4b3ad
...
...
@@ -13,8 +13,8 @@ lua:
-
linux
script
:
# lua
-
wget -O - https://
cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.7
.tar.gz | tar zfx -
-
mv lua-5.4.
7
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-3490100.tar.gz | tar zfx -
-
mv sqlite-autoconf-3490100 sqlite3
...
...
@@ -30,8 +30,8 @@ mat_windows:
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-beta
6
-windows.zip
-
7z x -y premake-5.0.0-beta
6
-windows.zip
-
wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta
7
-windows.zip
-
7z x -y premake-5.0.0-beta
7
-windows.zip
artifacts
:
paths
:
-
premake5.exe
...
...
@@ -42,8 +42,8 @@ mat_macos:
-
linux
script
:
-
apt update; apt -y install wget tar
-
wget -O - https://
cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx
.tar.gz | tar zfx -
-
chmod +x premake5
-
wget -O - https://
mat-cacher.moenext.com/https://www.sqlite.org/2025/sqlite-autoconf-3500100
.tar.gz | tar zfx -
-
mv sqlite-autoconf-3500100 sqlite3
artifacts
:
paths
:
-
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