Commit af76c9c9 authored by nanahira's avatar nanahira

toss bundle in

parent 5e50b340
Pipeline #38941 canceled with stages
in 6 minutes and 6 seconds
...@@ -59,6 +59,8 @@ dll: ...@@ -59,6 +59,8 @@ dll:
# build # build
- unity-editor -quit -nographics -projectPath . -buildTarget $BUILD_TARGET -build$BUILD_CMD Builds/$BUILD_TARGET/$EXEC_NAME -logFile /dev/stdout - 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 - rm -rf Builds/$BUILD_TARGET/MDPro3_BurstDebugInformation_DoNotShip
# Toss AssetBundles
- mv Platforms/$BUILD_TARGET Builds/$BUILD_TARGET/$ASSETBUNDLE_TOSS_PATH
artifacts: artifacts:
paths: paths:
- Builds - Builds
...@@ -70,6 +72,7 @@ StandaloneLinux64: ...@@ -70,6 +72,7 @@ StandaloneLinux64:
BUILD_TARGET: StandaloneLinux64 BUILD_TARGET: StandaloneLinux64
EXEC_NAME: MDPro3 EXEC_NAME: MDPro3
BUILD_CMD: Linux64Player BUILD_CMD: Linux64Player
ASSETBUNDLE_TOSS_PATH: ./
StandaloneWindows64: StandaloneWindows64:
extends: .unity extends: .unity
image: unityci/editor:6000.0.24f1-windows-mono-3 image: unityci/editor:6000.0.24f1-windows-mono-3
...@@ -77,6 +80,7 @@ StandaloneWindows64: ...@@ -77,6 +80,7 @@ StandaloneWindows64:
BUILD_TARGET: StandaloneWindows64 BUILD_TARGET: StandaloneWindows64
EXEC_NAME: MDPro3.exe EXEC_NAME: MDPro3.exe
BUILD_CMD: Windows64Player BUILD_CMD: Windows64Player
ASSETBUNDLE_TOSS_PATH: MDPro3_Data/
StandaloneOSX: StandaloneOSX:
extends: .unity extends: .unity
image: unityci/editor:6000.0.24f1-mac-mono-3 image: unityci/editor:6000.0.24f1-mac-mono-3
...@@ -84,6 +88,7 @@ StandaloneOSX: ...@@ -84,6 +88,7 @@ StandaloneOSX:
BUILD_TARGET: StandaloneOSX BUILD_TARGET: StandaloneOSX
EXEC_NAME: MDPro3.app EXEC_NAME: MDPro3.app
BUILD_CMD: OSXUniversalPlayer BUILD_CMD: OSXUniversalPlayer
ASSETBUNDLE_TOSS_PATH: MDPro3/app/Contents/
resources: resources:
stage: build stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment