Automatically start jobs when pushing commits (#15)
* automatically start jobs when pushing commits * Change test pipeline
This commit is contained in:
Родитель
7f3203d3ae
Коммит
2974180fcf
|
@ -63,6 +63,12 @@ test_{{ platform.name }}_{{ editor.version }}:
|
|||
commands:
|
||||
- npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
|
||||
- upm-ci package test -u {{ editor.version }} --package-path Packages/com.unity.webrtc
|
||||
triggers:
|
||||
branches:
|
||||
only:
|
||||
- "/.*/"
|
||||
except:
|
||||
- "master"
|
||||
artifacts:
|
||||
logs.zip:
|
||||
paths:
|
||||
|
|
Загрузка…
Ссылка в новой задаче