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
41a170eb
Commit
41a170eb
authored
May 26, 2025
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix configure libevent timing
parent
5f81f6d5
Pipeline
#36820
failed with stages
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
No files found.
.gitlab-ci.yml
View file @
41a170eb
...
@@ -70,7 +70,7 @@ mat_macos:
...
@@ -70,7 +70,7 @@ mat_macos:
tags
:
tags
:
-
linux
-
linux
script
:
script
:
-
apt update; apt -y install wget tar
# premake5
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx.tar.gz | tar zfx -
-
wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx.tar.gz | tar zfx -
-
chmod +x premake5
-
chmod +x premake5
artifacts
:
artifacts
:
...
@@ -82,7 +82,6 @@ mat_windows:
...
@@ -82,7 +82,6 @@ mat_windows:
tags
:
tags
:
-
linux
-
linux
script
:
script
:
-
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-beta6-windows.zip
-
wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-windows.zip
-
7z x -y premake-5.0.0-beta6-windows.zip
-
7z x -y premake-5.0.0-beta6-windows.zip
...
@@ -129,8 +128,6 @@ exec_windows:
...
@@ -129,8 +128,6 @@ exec_windows:
AUDIO_LIB
:
'
miniaudio'
AUDIO_LIB
:
'
miniaudio'
MINIAUDIO_SUPPORT_OPUS_VORBIS
:
'
1'
MINIAUDIO_SUPPORT_OPUS_VORBIS
:
'
1'
MINIAUDIO_BUILD_OPUS_VORBIS
:
'
1'
MINIAUDIO_BUILD_OPUS_VORBIS
:
'
1'
before_script
:
-
./.ci/configure-libevent.sh
.exec_linux
:
.exec_linux
:
extends
:
.exec_unix
extends
:
.exec_unix
...
@@ -142,6 +139,7 @@ exec_windows:
...
@@ -142,6 +139,7 @@ exec_windows:
#- mat_linux
#- mat_linux
-
mat_submodules
-
mat_submodules
script
:
script
:
-
./.ci/configure-libevent.sh
-
premake5 gmake
-
premake5 gmake
-
cd build
-
cd build
-
make config=release -j$(nproc)
-
make config=release -j$(nproc)
...
...
nanahira
@nanahira
mentioned in commit
f69ddc82
·
May 26, 2025
mentioned in commit
f69ddc82
mentioned in commit f69ddc8281f984b83b2c06df51120a32b9e90d2a
Toggle commit list
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