Merge branch 'Code-Analysis' of gitlab.ilabt.imec.be:wesign/unity-application into Code-Analysis

This commit is contained in:
jeldgees
2023-03-08 13:31:04 +01:00

View File

@@ -7,8 +7,7 @@ steps:
image: docker.io/library/unity-test-runner:0.1
commands:
- ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit
- name: code-analysis
pull: if-not-exists