Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
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
1
Merge Requests
1
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
MyCard
MDPro3
Commits
12a4258e
Commit
12a4258e
authored
Jul 23, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
96bfc21a
Pipeline
#39431
passed with stages
in 85 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
29 deletions
+16
-29
.gitlab-ci.yml
.gitlab-ci.yml
+16
-29
No files found.
.gitlab-ci.yml
View file @
12a4258e
...
@@ -132,18 +132,29 @@ resources:
...
@@ -132,18 +132,29 @@ resources:
.pack
:
.pack
:
stage
:
pack
stage
:
pack
only
:
-
tags
tags
:
tags
:
-
linux
-
linux
variables
:
appVersion
:
$CI_COMMIT_TAG
username
:
$MYCARD_USERNAME
password
:
$MYCARD_PASSWORD
script
:
script
:
-
mkdir -p dist
-
apt update; apt -y install curl git wget tar zstd jq
# - mkdir -p dist
-
cd Builds/$BUILD_TARGET
-
cd Builds/$BUILD_TARGET
-
mv ../../Picture .
-
mv ../../Picture .
-
mv ../../Deck .
-
mv ../../Deck .
-
mv ../../Puzzle .
-
mv ../../Puzzle .
# - mv ../../Sound .
# - mv ../../Sound .
-
rsync -a ../../Data/ ./Data
-
rsync -a ../../Data/ ./Data
-
tar -I 'zstd -T0' -cf ../../dist/mdpro3-$CI_COMMIT_REF_NAME-$TARGET_PLATFORM.tar.zst .
#
- tar -I 'zstd -T0' -cf ../../dist/mdpro3-$CI_COMMIT_REF_NAME-$TARGET_PLATFORM.tar.zst .
-
cd ../..
-
cd ../..
-
git clone https://code.moenext.com/mycard/mycard-package-script.git mycard-package-script
-
cd mycard-package-script
-
./index.sh makeBuild mdpro3 ../Builds/$BUILD_TARGET
-
cd ..
artifacts
:
artifacts
:
paths
:
paths
:
-
dist
-
dist
...
@@ -152,7 +163,7 @@ pack_windows:
...
@@ -152,7 +163,7 @@ pack_windows:
extends
:
.pack
extends
:
.pack
variables
:
variables
:
BUILD_TARGET
:
StandaloneWindows64
BUILD_TARGET
:
StandaloneWindows64
TARGET_PLATFORM
:
win32
platform
:
win32
dependencies
:
dependencies
:
-
StandaloneWindows64
-
StandaloneWindows64
-
resources
-
resources
...
@@ -161,7 +172,7 @@ pack_linux:
...
@@ -161,7 +172,7 @@ pack_linux:
extends
:
.pack
extends
:
.pack
variables
:
variables
:
BUILD_TARGET
:
StandaloneLinux64
BUILD_TARGET
:
StandaloneLinux64
TARGET_PLATFORM
:
linux
platform
:
linux
dependencies
:
dependencies
:
-
StandaloneLinux64
-
StandaloneLinux64
-
resources
-
resources
...
@@ -170,32 +181,8 @@ pack_macos:
...
@@ -170,32 +181,8 @@ pack_macos:
extends
:
.pack
extends
:
.pack
variables
:
variables
:
BUILD_TARGET
:
StandaloneOSX
BUILD_TARGET
:
StandaloneOSX
TARGET_PLATFORM
:
darwin
platform
:
darwin
dependencies
:
dependencies
:
-
StandaloneOSX
-
StandaloneOSX
-
resources
-
resources
.deploy
:
stage
:
deploy
only
:
-
master
-
tags
tags
:
-
linux
dependencies
:
-
pack_windows
-
pack_linux
-
pack_macos
upload_to_minio
:
extends
:
.deploy
script
:
-
aws s3 --endpoint=https://minio.moenext.com:9000 sync dist/ s3://mycard/mdpro3-release
upload_mycard
:
extends
:
.deploy
variables
:
appVersion
:
$CI_COMMIT_TAG
script
:
./.ci/upload-packager.sh
only
:
-
tags
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