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

test

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