Skip to content

Commit 2d7e82b

Browse files
committed
variable change for *nix
1 parent 4f5dfab commit 2d7e82b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.yamato/upm-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
image: {{ platform.image }}
5858
flavor: {{ platform.flavor }}
5959
variables:
60-
EDITOR_REVISION_OVERRIDE: none
60+
EDITOR_REVISION_OVERRIDE: none
6161
commands:
6262
- {{ utr_install_nix }}
6363
- {{ upm_ci_install }}
@@ -70,10 +70,10 @@
7070
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
7171
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
7272
# Run upm-ci verification tests as well as tests contained in the package.
73-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %} {% if platform.name == "mac" or platform.name == "linux" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
73+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %} {% if platform.name == "mac" or platform.name == "linux" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
7474
{% if platform.installscript %}
7575
- {{ unity_downloader_install }}
76-
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
76+
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %}
7777
{% endif %}
7878
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
7979
# samples are in the package. Move the samples back into the project.
@@ -105,7 +105,7 @@ build_ios_{{ editor.version }}_{{ category.name }}:
105105
commands:
106106
- {{ utr_install_nix }}
107107
- {{ unity_downloader_install }}
108-
- unity-downloader-cli -c Editor -c iOS -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %} --fast --wait
108+
- unity-downloader-cli -c Editor -c iOS -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %} --fast --wait
109109
- ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
110110
after:
111111
- {{ instabilities_install_nix }}
@@ -153,7 +153,7 @@ build_tvos_{{ editor.version }}:
153153
commands:
154154
- {{ utr_install_nix }}
155155
- {{ unity_downloader_install }}
156-
- unity-downloader-cli -c Editor -c AppleTV -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %} --fast --wait
156+
- unity-downloader-cli -c Editor -c AppleTV -u {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %} --fast --wait
157157
- ./utr --suite=playmode --platform=tvOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
158158
after:
159159
- {{ instabilities_install_nix }}

0 commit comments

Comments
 (0)