We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41378c commit 982a292Copy full SHA for 982a292
.yamato/console-standalone-test.yml
@@ -33,7 +33,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
33
{% endif %}
34
variables:
35
{% if platform.name == "ps4" %}
36
- SCE_ORBIS_SDK_DIR: 'C:\Users\bokken\SCE\ps4_sdk_12_00\'
+ SCE_ORBIS_SDK_DIR: C:\\Users\\bokken\\SCE\\ps4_sdk_12_00
37
{% else if platform.name == "ps5" %}
38
SCE_PROSPERO_SDK_DIR: 'C:\Program Files (x86)\SCE\Prospero SDKs\6.000'
39
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
.yamato/project.metafile
@@ -86,7 +86,7 @@ test_platforms:
86
console_build:
87
- name: ps4
88
type: Unity::VM
89
- image: package-ci/win10:v4
+ image: dots-ci/ps4:v3
90
flavor: b1.large
91
standalone: PS4
92
base: win
0 commit comments