Skip to content

Commit 883b5e1

Browse files
RELEASE: Merge develop
2 parents a37a380 + 3ec64ad commit 883b5e1

File tree

990 files changed

+86406
-79893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

990 files changed

+86406
-79893
lines changed

.yamato/promotion.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
1-
test_editors:
2-
- version: 2019.1
3-
test_platforms:
4-
- name: win
5-
type: Unity::VM
6-
image: package-ci/win10:stable
7-
flavor: b1.large
8-
---
91
promote:
102
name: Promote to Production
113
agent:
12-
type: Unity::VM
13-
image: package-ci/win10:stable
14-
flavor: b1.large
4+
type: Unity::VM::osx
5+
image: buildfarm/mac:stable
6+
flavor: m1.mac
157
variables:
168
UPMCI_PROMOTION: 1
179
commands:
1810
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
1911
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
2012
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
2113
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
14+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.1
2215
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
16+
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
2317
triggers:
2418
tags:
2519
only:
2620
- /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
2721
artifacts:
2822
artifacts:
2923
paths:
30-
- "upm-ci~/packages/*.tgz"
24+
- "upm-ci~/**/*"

.yamato/publish-samples.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
test_sample_projects:
2+
name : Publish Sample Projects
3+
agent:
4+
type: Unity::VM::osx
5+
image: buildfarm/mac:stable
6+
flavor: m1.mac
7+
commands:
8+
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
9+
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
10+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.1
11+
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
12+
artifacts:
13+
UTR_Output.zip:
14+
paths:
15+
- "upm-ci~/**/*"

.yamato/test-samples.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
test_sample_projects:
2+
name : Test Sample Projects
3+
agent:
4+
type: Unity::VM::osx
5+
image: buildfarm/mac:stable
6+
flavor: m1.mac
7+
commands:
8+
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
9+
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
10+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.1
11+
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
12+
triggers:
13+
branches:
14+
only:
15+
- "/.*/"
16+
artifacts:
17+
UTR_Output.zip:
18+
paths:
19+
- "upm-ci~/**/*"

0 commit comments

Comments
 (0)