aboutsummaryrefslogtreecommitdiff
path: root/infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json')
-rw-r--r--infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json b/infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json
new file mode 100644
index 000000000..5b0f35212
--- /dev/null
+++ b/infra/luci/recipe_modules/windows_sdk/examples/full.expected/linux.json
@@ -0,0 +1,21 @@
+[
+ {
+ "cmd": [
+ "gn",
+ "gen",
+ "out/Release"
+ ],
+ "name": "gn"
+ },
+ {
+ "cmd": [
+ "ninja",
+ "-C",
+ "out/Release"
+ ],
+ "name": "ninja"
+ },
+ {
+ "name": "$result"
+ }
+] \ No newline at end of file