aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json')
-rw-r--r--infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json b/infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json
index b344b17e7b..75f81bc695 100644
--- a/infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json
+++ b/infra/bots/recipe_modules/compile/example.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json
@@ -83,7 +83,10 @@
],
"cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
"env": {
- "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
+ "BUILDTYPE": "Release_x64",
+ "CHROME_HEADLESS": "1",
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]",
+ "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan"
},
"name": "fetch-gn"
},
@@ -96,7 +99,10 @@
],
"cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
"env": {
- "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
+ "BUILDTYPE": "Release_x64",
+ "CHROME_HEADLESS": "1",
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]",
+ "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan"
},
"name": "gn gen"
},
@@ -108,7 +114,10 @@
],
"cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
"env": {
- "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
+ "BUILDTYPE": "Release_x64",
+ "CHROME_HEADLESS": "1",
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]",
+ "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan"
},
"name": "ninja"
},