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
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
YGOPRO-520DIY
ygopro
Commits
8455dadf
Commit
8455dadf
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify
parent
85164e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
.gitlab-ci.yml
.gitlab-ci.yml
+8
-5
No files found.
.gitlab-ci.yml
View file @
8455dadf
...
...
@@ -186,16 +186,19 @@ exec_windows_pro3:
-
arm
.use_pro3
:
image
:
git-registry.moenext.com/mycard/docker-ygopro-builder:fpic
variables
:
SERVER_PRO3_SUPPORT
:
'
1'
LOG_IN_CHAT
:
'
1'
.use_pro3_linux
:
extends
:
.use_pro3
image
:
git-registry.moenext.com/mycard/docker-ygopro-builder:fpic
variables
:
TARGET_FILE
:
libygoserver.so
.use_pro3_macos
:
extends
:
.use_pro3
variables
:
SERVER_PRO3_SUPPORT
:
'
1'
LOG_IN_CHAT
:
'
1'
TARGET_FILE
:
libygoserver.dylib
exec_linux
:
...
...
@@ -206,7 +209,7 @@ exec_linux:
exec_linux_pro3
:
extends
:
-
.exec_linux
-
.use_pro3
-
.use_pro3
_linux
tags
:
-
avx2
...
...
@@ -224,7 +227,7 @@ exec_linuxarm_pro3:
extends
:
-
.exec_linux
-
.use_arm
-
.use_pro3
-
.use_pro3
_linux
variables
:
RELEASE_DIR
:
linux-arm64
...
...
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