|
1 | 1 | editors: |
2 | | - - version: 2019.4 |
3 | 2 | - version: 2020.3 |
4 | | - - version: 2021.2 |
| 3 | + disable_tvos_run: true |
| 4 | + - version: 2021.3 |
| 5 | + - version: 2022.2 |
5 | 6 | - version: trunk |
6 | | -platforms: |
| 7 | + |
| 8 | +utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat |
| 9 | +utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr |
| 10 | + |
| 11 | +unity_downloader_install: pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
| 12 | + |
| 13 | +upm_ci_install: npm install -g upm-ci-utils@stable --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm |
| 14 | + |
| 15 | +platforms_win: |
7 | 16 | - name: win |
8 | 17 | type: Unity::VM |
9 | | - image: package-ci/win10:v1.15.0-713263 |
| 18 | + image: package-ci/win10:default |
10 | 19 | flavor: b1.large |
11 | | - netinstall: choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes --Source https://bfartifactory.bf.unity3d.com/artifactory/api/nuget/unity-choco-local |
12 | 20 | - name: win_standalone |
13 | 21 | type: Unity::VM |
14 | | - image: package-ci/win10:v1.15.0-713263 |
| 22 | + image: package-ci/win10:default |
15 | 23 | flavor: b1.large |
16 | 24 | runtime: StandaloneWindows64 |
17 | | - netinstall: choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes --Source https://bfartifactory.bf.unity3d.com/artifactory/api/nuget/unity-choco-local |
18 | 25 | - name: win_standalone_il2cpp |
19 | 26 | type: Unity::VM |
20 | | - image: package-ci/win10:v1.15.0-713263 |
| 27 | + image: package-ci/win10:default |
21 | 28 | flavor: b1.large |
22 | 29 | runtime: StandaloneWindows64 |
23 | 30 | scripting-backend: Il2Cpp |
24 | 31 | installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP -w -u |
25 | | - netinstall: choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes --Source https://bfartifactory.bf.unity3d.com/artifactory/api/nuget/unity-choco-local |
| 32 | +platforms_nix: |
26 | 33 | - name: mac |
27 | 34 | type: Unity::VM::osx |
28 | | - image: package-ci/macos-12:latest |
| 35 | + image: package-ci/macos-12:default |
29 | 36 | flavor: m1.mac |
30 | 37 | - name: mac_standalone |
31 | 38 | type: Unity::VM::osx |
32 | | - image: package-ci/macos-12:latest |
| 39 | + image: package-ci/macos-12:default |
33 | 40 | flavor: m1.mac |
34 | 41 | runtime: StandaloneOSX |
35 | 42 | - name: mac_standalone_il2cpp |
36 | 43 | type: Unity::VM::osx |
37 | | - image: package-ci/macos-12:latest |
| 44 | + image: package-ci/macos-12:default |
38 | 45 | flavor: m1.mac |
39 | 46 | runtime: StandaloneOSX |
40 | 47 | scripting-backend: Il2Cpp |
|
0 commit comments