浏览代码

Update sonar.yml

/main/sonarqube
GitHub 2 年前
当前提交
541afc29
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 4
      .yamato/sonar.yml

4
.yamato/sonar.yml


name: Sonarqube C# Scan
agent:
type: Unity::metal::macmini
image: package-ci/mac
image: package-ci/mac:latest
flavor: m1.mac
variables:
SONARQUBE_PROJECT_KEY: ai-robotics-inverse-dynamics-csharp

UNITY_VERSION: 2022.1.0a16
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
- brew tap --force-auto-update unity/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
- brew install unity/homebrew-unity/unity-downloader-cli
- unity-downloader-cli -u $UNITY_VERSION -c Editor
- brew install mono corretto
- curl https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.2.1.31210/sonar-scanner-msbuild-5.2.1.31210-net46.zip -o sonar-scanner-msbuild-net46.zip -L

正在加载...
取消
保存