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
410b0184
Commit
410b0184
authored
Jul 12, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
51337c58
Pipeline
#38895
failed with stages
in 7 minutes and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
16 deletions
+24
-16
.gitlab-ci.yml
.gitlab-ci.yml
+24
-16
No files found.
.gitlab-ci.yml
View file @
410b0184
...
@@ -2,13 +2,16 @@ before_script:
...
@@ -2,13 +2,16 @@ before_script:
-
mkdir -p ~/.local/share/unity3d/Unity
-
mkdir -p ~/.local/share/unity3d/Unity
-
ln -sf $UNITY_LICENSE ~/.local/share/unity3d/Unity/Unity_lic.ulf
-
ln -sf $UNITY_LICENSE ~/.local/share/unity3d/Unity/Unity_lic.ulf
after_script
:
stages
:
-
echo "After script section"
-
prepare
-
echo "For example you might do some cleanup here"
-
build
variables
:
GIT_DEPTH
:
'
1'
# 为了简便先设置 scriptingBackend 为 Mono。原本是 il2cpp。
# 为了简便先设置 scriptingBackend 为 Mono。原本是 il2cpp。
prepare
:
prepare
:
stage
:
.p
re
stage
:
prepa
re
image
:
image
:
name
:
mikefarah/yq
name
:
mikefarah/yq
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
...
@@ -16,28 +19,33 @@ prepare:
...
@@ -16,28 +19,33 @@ prepare:
-
linux
-
linux
script
:
script
:
-
yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset
-
yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset
artifacts
:
paths
:
-
ProjectSettings/ProjectSettings.asset
StandaloneLinux64
:
.unity
:
stage
:
build
stage
:
build
image
:
unityci/editor:6000.0.24f1-base-3
tags
:
tags
:
-
linux
-
linux
artifacts
:
paths
:
-
test.log
StandaloneLinux64
:
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-base-3
script
:
script
:
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneLinux64 -buildLinux64Player Builds/StandaloneLinux64/MDPro3 -logFile
/dev/stdout
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneLinux64 -buildLinux64Player Builds/StandaloneLinux64/MDPro3 -logFile
test.log ||
true
-
ls Builds/StandaloneLinux64
-
ls Builds/StandaloneLinux64
StandaloneWindows64
:
StandaloneWindows64
:
stage
:
build
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-windows-mono-3
image
:
unityci/editor:6000.0.24f1-windows-mono-3
tags
:
-
linux
script
:
script
:
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneWindows64 -buildWindows64Player Builds/StandaloneWindows64/MDPro3.exe -logFile
/dev/stdout
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneWindows64 -buildWindows64Player Builds/StandaloneWindows64/MDPro3.exe -logFile
test.log ||
true
-
ls Builds/StandaloneWindows64
-
ls Builds/StandaloneWindows64
StandaloneOSX
:
StandaloneOSX
:
stage
:
build
extends
:
.unity
image
:
unityci/editor:6000.0.24f1-mac-mono-3
image
:
unityci/editor:6000.0.24f1-mac-mono-3
tags
:
-
linux
script
:
script
:
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneLinux64 -buildOSXUniversalPlayer Builds/StandaloneOSX/MDPro3.app -logFile
/dev/stdout
-
unity-editor -quit -nographics -projectPath . -buildTarget StandaloneLinux64 -buildOSXUniversalPlayer Builds/StandaloneOSX/MDPro3.app -logFile
test.log ||
true
-
ls Builds/StandaloneOSX
-
ls Builds/StandaloneOSX
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