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
8dc2821c
Commit
8dc2821c
authored
Nov 03, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy no longjmp version ocgcore instead
parent
5fb82764
Pipeline
#41434
passed with stages
in 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
.gitlab-ci.yml
.gitlab-ci.yml
+7
-3
No files found.
.gitlab-ci.yml
View file @
8dc2821c
...
@@ -82,7 +82,12 @@ mat_macos:
...
@@ -82,7 +82,12 @@ mat_macos:
build_linux_x64
:
build_linux_x64
:
extends
:
.build_unix
extends
:
.build_unix
build_linux_x64_no_longjmp
:
extends
:
.build_unix
except
:
[]
except
:
[]
variables
:
NO_LONGJMP
:
'
1'
build_linux_x32
:
build_linux_x32
:
extends
:
.build_unix
extends
:
.build_unix
...
@@ -189,11 +194,11 @@ upload_to_minio:
...
@@ -189,11 +194,11 @@ upload_to_minio:
tags
:
tags
:
-
linux
-
linux
dependencies
:
dependencies
:
-
build_linux_x64
-
build_linux_x64
_no_longjmp
variables
:
variables
:
SERVER_USER
:
nanahira
SERVER_USER
:
nanahira
SERVER_HOST
:
koishi.momobako.com
SERVER_HOST
:
koishi.momobako.com
FROM_PATH
:
'
'
FROM_PATH
:
'
dist/x64/libocgcore.so
'
SERVER_PATH
:
'
'
SERVER_PATH
:
'
'
script
:
script
:
-
apt update && apt -y install openssh-client rsync coreutils
-
apt update && apt -y install openssh-client rsync coreutils
...
@@ -207,7 +212,6 @@ upload_to_minio:
...
@@ -207,7 +212,6 @@ upload_to_minio:
deploy_888
:
deploy_888
:
extends
:
.deploy_to_server
extends
:
.deploy_to_server
variables
:
variables
:
FROM_PATH
:
'
dist/x64/libocgcore.so'
SERVER_PATH
:
'
~/ygopro-super-pre/bin/release/'
SERVER_PATH
:
'
~/ygopro-super-pre/bin/release/'
only
:
only
:
-
'
888'
-
'
888'
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