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
2
Merge Requests
2
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
Commits
340c03d8
Commit
340c03d8
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dep version
parent
4334415d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
.ci/libevent-prebuild.sh
.ci/libevent-prebuild.sh
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+11
-11
ocgcore
ocgcore
+1
-1
No files found.
.ci/libevent-prebuild.sh
View file @
340c03d8
...
@@ -7,13 +7,13 @@ if [ -d "libevent-stable" ]; then
...
@@ -7,13 +7,13 @@ if [ -d "libevent-stable" ]; then
rm
-rf
libevent-stable
rm
-rf
libevent-stable
fi
fi
if
[
!
-d
"libevent-2.
0.2
2-stable"
]
;
then
if
[
!
-d
"libevent-2.
1.1
2-stable"
]
;
then
wget
-O
- https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
0.2
2-stable.tar.gz |
tar
zfx -
wget
-O
- https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
1.1
2-stable.tar.gz |
tar
zfx -
fi
fi
install_path
=
"
$PWD
/libevent-stable"
install_path
=
"
$PWD
/libevent-stable"
cd
libevent-2.
0.2
2-stable
cd
libevent-2.
1.1
2-stable
./configure
"--prefix=
$install_path
"
--disable-openssl
--enable-static
=
yes
--enable-shared
=
no
"
$@
"
./configure
"--prefix=
$install_path
"
--disable-openssl
--enable-static
=
yes
--enable-shared
=
no
"
$@
"
make
-j
$(
nproc
)
make
-j
$(
nproc
)
make
install
make
install
...
...
.gitlab-ci.yml
View file @
340c03d8
...
@@ -14,14 +14,14 @@ mat_common:
...
@@ -14,14 +14,14 @@ mat_common:
-
linux
-
linux
script
:
script
:
# lua
# lua
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.
4
.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.
7
.tar.gz | tar zfx -
-
mv lua-5.4.
4
lua
-
mv lua-5.4.
7
lua
# sqlite3
# sqlite3
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3
3903
00.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3
4901
00.tar.gz | tar zfx -
-
mv sqlite-autoconf-3
3903
00 sqlite3
-
mv sqlite-autoconf-3
4901
00 sqlite3
# freetype
# freetype
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.1
1.1
.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/freetype-2.1
3.3
.tar.gz | tar zfx -
-
mv freetype-2.1
1.1
freetype
-
mv freetype-2.1
3.3
freetype
# irrlicht
# irrlicht
-
./.ci/prepare-irrlicht.sh
-
./.ci/prepare-irrlicht.sh
# miniaudio
# miniaudio
...
@@ -68,7 +68,7 @@ mat_macos:
...
@@ -68,7 +68,7 @@ mat_macos:
-
linux
-
linux
script
:
script
:
-
apt update; apt -y install wget tar
-
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
-
chmod +x premake5
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -81,11 +81,11 @@ mat_windows:
...
@@ -81,11 +81,11 @@ mat_windows:
script
:
script
:
-
apt update; apt -y install wget tar patch p7zip-full
-
apt update; apt -y install wget tar patch p7zip-full
# premake5.exe
# premake5.exe
-
wget https://cdn02.moecube.com:444/ygopro-build-materials/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
5
-windows.zip
-
7z x -y premake-5.0.0-beta
6
-windows.zip
# event
# event
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
0.2
2-stable.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/libevent-2.
1.1
2-stable.tar.gz | tar zfx -
-
mv libevent-2.
0.2
2-stable event
-
mv libevent-2.
1.1
2-stable event
artifacts
:
artifacts
:
paths
:
paths
:
-
premake5.exe
-
premake5.exe
...
...
ocgcore
@
a807cf8d
Subproject commit a
b7ef30f678a7356e0fca85b0091fcdf56581b35
Subproject commit a
807cf8da94ceb8456b138c87a0379b76de494cd
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