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:
# 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
# Toss AssetBundles
- mv Platforms/$BUILD_TARGET Builds/$BUILD_TARGET/$ASSETBUNDLE_TOSS_PATH
artifacts:
paths:
- Builds
......@@ -70,6 +72,7 @@ StandaloneLinux64:
BUILD_TARGET: StandaloneLinux64
EXEC_NAME: MDPro3
BUILD_CMD: Linux64Player
ASSETBUNDLE_TOSS_PATH: ./
StandaloneWindows64:
extends: .unity
image: unityci/editor:6000.0.24f1-windows-mono-3
......@@ -77,6 +80,7 @@ StandaloneWindows64:
BUILD_TARGET: StandaloneWindows64
EXEC_NAME: MDPro3.exe
BUILD_CMD: Windows64Player
ASSETBUNDLE_TOSS_PATH: MDPro3_Data/
StandaloneOSX:
extends: .unity
image: unityci/editor:6000.0.24f1-mac-mono-3
......@@ -84,6 +88,7 @@ StandaloneOSX:
BUILD_TARGET: StandaloneOSX
EXEC_NAME: MDPro3.app
BUILD_CMD: OSXUniversalPlayer
ASSETBUNDLE_TOSS_PATH: MDPro3/app/Contents/
resources:
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