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
b687a103
Commit
b687a103
authored
Feb 18, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build test 888 wasm
parent
4e129d3c
Pipeline
#43307
passed with stages
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
.gitlab-ci.yml
.gitlab-ci.yml
+16
-4
No files found.
.gitlab-ci.yml
View file @
b687a103
...
@@ -100,6 +100,7 @@ build_linux_x32:
...
@@ -100,6 +100,7 @@ build_linux_x32:
build_wasm_cjs
:
build_wasm_cjs
:
extends
:
.build_unix
extends
:
.build_unix
except
:
[]
variables
:
variables
:
PREMAKE_OS
:
emscripten
PREMAKE_OS
:
emscripten
BUILD_TYPE
:
wasm_cjs
BUILD_TYPE
:
wasm_cjs
...
@@ -203,12 +204,10 @@ upload_to_minio:
...
@@ -203,12 +204,10 @@ upload_to_minio:
stage
:
deploy
stage
:
deploy
tags
:
tags
:
-
linux
-
linux
dependencies
:
-
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
:
'
dist/x64/libocgcore.so
'
FROM_PATH
:
'
'
SERVER_PATH
:
'
'
SERVER_PATH
:
'
'
script
:
script
:
-
apt update && apt -y install openssh-client rsync coreutils
-
apt update && apt -y install openssh-client rsync coreutils
...
@@ -219,9 +218,22 @@ upload_to_minio:
...
@@ -219,9 +218,22 @@ upload_to_minio:
-
chmod 600 ~/.ssh/*
-
chmod 600 ~/.ssh/*
-
rsync -4cavzP $FROM_PATH $SERVER_USER@$SERVER_HOST:$SERVER_PATH
-
rsync -4cavzP $FROM_PATH $SERVER_USER@$SERVER_HOST:$SERVER_PATH
deploy_888
:
deploy_888
_so
:
extends
:
.deploy_to_server
extends
:
.deploy_to_server
dependencies
:
-
build_linux_x64_no_longjmp
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'
deploy_888_wasm
:
extends
:
.deploy_to_server
dependencies
:
-
build_wasm_cjs
variables
:
FROM_PATH
:
'
dist/wasm_cjs/'
SERVER_PATH
:
'
~/srvpro2/888/wasm/'
only
:
-
'
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