Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
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
ygopro
Commits
2d447dc3
Commit
2d447dc3
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dep version
parent
e00ef914
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
+20
-18
.ci/exec-macos-platform.sh
.ci/exec-macos-platform.sh
+2
-0
.ci/libevent-prebuild.sh
.ci/libevent-prebuild.sh
+4
-4
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.ci/exec-macos-platform.sh
View file @
2d447dc3
...
...
@@ -18,6 +18,8 @@ export OGG_LIB_DIR=$PWD/miniaudio/external-built/lib
./.ci/libevent-prebuild.sh
./.ci/build-opus.sh
rm
-rf
sqlite3/VERSION
./premake5 gmake
--cc
=
clang
--build-freetype
--build-sqlite
cd
build
...
...
.ci/libevent-prebuild.sh
View file @
2d447dc3
...
...
@@ -3,11 +3,11 @@ set -x
set
-o
errexit
# PROCESSOR_COUNT=4
wget
-O
- https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
0.2
2-stable.tar.gz |
tar
zfx -
cd
libevent-2.
0.2
2-stable
wget
-O
- https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
1.1
2-stable.tar.gz |
tar
zfx -
cd
libevent-2.
1.1
2-stable
./configure
--prefix
=
$PWD
/libevent-stable
--disable-openssl
--enable-static
=
yes
--enable-shared
=
no
make
-j
$PROCESSOR_COUNT
make
install
cd
..
mv
libevent-2.
0.2
2-stable/libevent-stable
.
rm
-rf
libevent-2.
0.2
2-stable
mv
libevent-2.
1.1
2-stable/libevent-stable
.
rm
-rf
libevent-2.
1.1
2-stable
.github/workflows/build.yml
View file @
2d447dc3
...
...
@@ -49,13 +49,13 @@ jobs:
id
:
libevent
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/libevent/libevent/releases/download/release-2.
0.22-stable/libevent-2.0.2
2-stable.tar.gz
url
:
https://github.com/libevent/libevent/releases/download/release-2.
1.12-stable/libevent-2.1.1
2-stable.tar.gz
filename
:
libevent.tar.gz
-
name
:
Extract libevent
run
:
|
tar xf ${{ steps.libevent.outputs.filepath }}
move libevent-2.
0.2
2-stable event
move libevent-2.
1.1
2-stable event
xcopy /E event\WIN32-Code event\include
-
name
:
Download freetype
...
...
.gitlab-ci.yml
View file @
2d447dc3
...
...
@@ -15,14 +15,14 @@ mat_common:
-
linux
script
:
# lua
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.
4
.tar.gz | tar zfx -
-
mv lua-5.4.
4
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
# sqlite3
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3
3903
00.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
3903
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
# freetype
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.1
1.1
.tar.gz | tar zfx -
-
mv freetype-2.1
1.1
freetype
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.1
3.3
.tar.gz | tar zfx -
-
mv freetype-2.1
3.3
freetype
# irrlicht
-
./.ci/prepare-irrlicht.sh
# miniaudio
...
...
@@ -58,7 +58,7 @@ mat_submodules:
# script:
# - apt update; apt -y install git wget tar
# - ./.ci/prepare-irrlicht.sh
# # - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta
5
-linux.tar.gz | tar zfx -
# # - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta
6
-linux.tar.gz | tar zfx -
# # - env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh
# artifacts:
# paths:
...
...
@@ -73,7 +73,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
:
...
...
@@ -86,11 +86,11 @@ 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
# event
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
0.2
2-stable.tar.gz | tar zfx -
-
mv libevent-2.
0.2
2-stable event
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
1.1
2-stable.tar.gz | tar zfx -
-
mv libevent-2.
1.1
2-stable event
artifacts
:
paths
:
-
premake5.exe
...
...
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