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
a807cf8d
Commit
a807cf8d
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump dep version
parent
ab7ef30f
Pipeline
#36809
passed with stages
in 4 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+8
-7
No files found.
.github/workflows/build.yml
View file @
a807cf8d
...
...
@@ -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
5
-windows.zip
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
6
-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
5
-linux.tar.gz
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta
6
-linux.tar.gz
-
name
:
Premake
run
:
|
...
...
.gitlab-ci.yml
View file @
a807cf8d
...
...
@@ -12,11 +12,12 @@ lua:
tags
:
-
linux
script
:
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.4.tar.gz | tar zfx -
-
mv lua-5.4.4 lua
# 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
-
cp premake/lua.lua lua/premake5.lua
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3
3600
00.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
3600
00 sqlite3
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3
4901
00.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
4901
00 sqlite3
artifacts
:
paths
:
-
lua
...
...
@@ -29,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
5
-windows.zip
-
7z x -y premake-5.0.0-beta
5
-windows.zip
-
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
artifacts
:
paths
:
-
premake5.exe
...
...
@@ -41,7 +42,7 @@ 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-beta
5
-macosx.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta
6
-macosx.tar.gz | tar zfx -
-
chmod +x premake5
artifacts
:
paths
:
...
...
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