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
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
MyCard
MDPro3
Commits
1b9b8f42
Commit
1b9b8f42
authored
Jul 13, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify
parent
e97a7a0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
34 deletions
+5
-34
.gitlab-ci.yml
.gitlab-ci.yml
+5
-34
No files found.
.gitlab-ci.yml
View file @
1b9b8f42
...
...
@@ -7,31 +7,6 @@ stages:
-
pack
-
deploy
assetbundles
:
stage
:
prepare
tags
:
-
linux
dependencies
:
[]
script
:
-
mkdir Platforms
-
wget -O - https://cdn02.moecube.com:444/mdpro3-assetbundles/$BUILD_TARGET.tar.zst | tar -I 'zstd -T0' -xf - -C Platforms
artifacts
:
paths
:
-
Platforms
assetbundles_windows
:
extends
:
.assetbundles
variables
:
BUILD_TARGET
:
StandaloneWindows64
assetbundles_linux
:
extends
:
.assetbundles
variables
:
BUILD_TARGET
:
StandaloneLinux64
assetbundles_macos
:
extends
:
.assetbundles
variables
:
BUILD_TARGET
:
StandaloneOSX
dll
:
stage
:
prepare
tags
:
...
...
@@ -69,6 +44,7 @@ dll:
BUILD_TARGET
:
StandaloneLinux64
EXEC_NAME
:
MDPro3
script
:
-
apt update; apt -y install wget tar zstd
# license
-
mkdir -p ~/.local/share/unity3d/Unity
-
ln -sf $UNITY_LICENSE ~/.local/share/unity3d/Unity/Unity_lic.ulf
...
...
@@ -77,6 +53,10 @@ dll:
# accelerator
-
'
sed
-Ei
"s/(
m_CacheServerMode:
).*$/\11/"
ProjectSettings/EditorSettings.asset'
-
'
sed
-Ei
"s/(
m_CacheServerEndpoint:
).*$/\1unity-accelerator.myacg.cc/"
ProjectSettings/EditorSettings.asset'
# Platform
-
mkdir -p Platforms
-
wget -O - https://cdn02.moecube.com:444/mdpro3-assetbundles/$BUILD_TARGET.tar.zst | tar -I 'zstd -T0' -xf - -C Platforms
# build
-
unity-editor -quit -nographics -projectPath . -buildTarget $BUILD_TARGET -build$BUILD_CMD Builds/$BUILD_TARGET/$EXEC_NAME -logFile /dev/stdout
-
rm -rf Builds/$BUILD_TARGET/MDPro3_BurstDebugInformation_DoNotShip
artifacts
:
...
...
@@ -86,9 +66,6 @@ dll:
StandaloneLinux64
:
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-base-3
dependencies
:
-
dll
-
assetbundles_linux
variables
:
BUILD_TARGET
:
StandaloneLinux64
EXEC_NAME
:
MDPro3
...
...
@@ -96,9 +73,6 @@ StandaloneLinux64:
StandaloneWindows64
:
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-windows-mono-3
dependencies
:
-
dll
-
assetbundles_windows
variables
:
BUILD_TARGET
:
StandaloneWindows64
EXEC_NAME
:
MDPro3.exe
...
...
@@ -106,9 +80,6 @@ StandaloneWindows64:
StandaloneOSX
:
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-mac-mono-3
dependencies
:
-
dll
-
assetbundles_macos
variables
:
BUILD_TARGET
:
StandaloneOSX
EXEC_NAME
:
MDPro3.app
...
...
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