Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 11:51:56 +00:00
parent 8ba53d225e
commit 9c4bd7d89a

View File

@@ -3,6 +3,12 @@ name: sonarcube
type: docker type: docker
steps: steps:
- name: unity-build-tests
image: docker.io/library/unity-test-runner:0.1
commands:
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution | true
- name: code-analysis - name: code-analysis
pull: if-not-exists pull: if-not-exists
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0