Commit 2e80c810 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 756e7868
Pipeline #38875 failed
image: unityci/editor:6000.0.24f1-base-3
before_script:
image: mikefarah/yq
script:
- mkdir -p ~/.local/share/unity3d/Unity
- ln -sf $UNITY_LICENSE ~/.local/share/unity3d/Unity/Unity_lic.ulf
- yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset
- cat ProjectSettings/ProjectSettings.asset
after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
prepare:
image: mikefarah/yq
tags:
- linux
script:
- yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset
- cat ProjectSettings/ProjectSettings.asset
build:
tags:
- linux
......
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