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
95d48e58
Commit
95d48e58
authored
Mar 20, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix and add upload
parent
cdab70a9
Pipeline
#33972
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
No files found.
.gitlab-ci.yml
View file @
95d48e58
...
...
@@ -47,6 +47,8 @@ build_x32:
variables
:
BUILD_TYPE
:
x32
DIST_PATH
:
build/bin/x32/Release
before_script
:
-
apt update; apt -y install gcc-multilib g++-multilib
build_wasm
:
extends
:
.build
...
...
@@ -54,6 +56,20 @@ build_wasm:
PREMAKE_OS
:
emscripten
BUILD_TYPE
:
wasm
DIST_PATH
:
wasm
WASM
:
'
1'
before_script
:
-
mkdir -p wasm
image
:
git-registry.moenext.com/mycard/docker-ygopro-builder:emscripten
upload_to_minio
:
stage
:
deploy
dependencies
:
-
build_x32
-
build_x64
-
build_wasm
tags
:
-
linux
script
:
-
aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete dist/ s3://mycard/libocgcore-koishi
only
:
-
master
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