|
|
|
|
|
|
flavor: b1.large |
|
|
|
commands: |
|
|
|
- git submodule update --init --recursive |
|
|
|
- npm install upm-ci-tools@stable -g --registry {{ upmci_registry }} |
|
|
|
- npm install upm-ci-utils -g --registry {{ upmci_registry }} |
|
|
|
- upm-ci package pack --package-path ./com.unity.perception/ |
|
|
|
artifacts: |
|
|
|
packages: |
|
|
|
|
|
|
flavor: {{ platform.flavor}} |
|
|
|
commands: |
|
|
|
- git submodule update --init --recursive |
|
|
|
- npm install upm-ci-tools@stable -g --registry {{ upmci_registry }} |
|
|
|
- npm install upm-ci-utils -g --registry {{ upmci_registry }} |
|
|
|
- upm-ci package test -u {{ editor.version }} --package-path ./com.unity.perception --type vetting-tests |
|
|
|
artifacts: |
|
|
|
logs: |
|
|
|