Commit 8ea748f2 authored by 神楽坂玲奈's avatar 神楽坂玲奈

ci

parent d25d31ef
Pipeline #38864 canceled with stages
image: unityci/editor:6000.0.24f1-base-3
before_script:
- ln -sf $UNITY_LICENSE ~/.local/share/unity3d/Unity/Unity_lic.ulf
after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
build:
stage: build
script:
- unity-editor -quit -nographics -projectPath . -buildTarget StandaloneLinux64 -buildLinux64Player Builds/StandaloneLinux64/MDPro3 -logFile /dev/stdout
deploy:
script:
- ls Builds/StandaloneLinux64
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