aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/alternate_repo.json
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-11-06 09:28:59 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-06 15:01:19 +0000
commit7a13d871ca54024474ebba9118766f87fac7b3d5 (patch)
treea29b9d8b71a86ae2162f74232ab9b6f8e3420ff5 /infra/bots/recipes/compile.expected/alternate_repo.json
parent4e8c00df69ab8fb986f4985a393fd83c313b8909 (diff)
pass -k 0 to ninja
This makes failing builds print all failures, not just the first. Successful builds, the usual case, are unaffected. Change-Id: I8dde21e913f6715e7760b298a87f51d1b40a8789 Reviewed-on: https://skia-review.googlesource.com/67803 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra/bots/recipes/compile.expected/alternate_repo.json')
-rw-r--r--infra/bots/recipes/compile.expected/alternate_repo.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/compile.expected/alternate_repo.json b/infra/bots/recipes/compile.expected/alternate_repo.json
index c8ffc38904..13d28cccc7 100644
--- a/infra/bots/recipes/compile.expected/alternate_repo.json
+++ b/infra/bots/recipes/compile.expected/alternate_repo.json
@@ -130,6 +130,8 @@
{
"cmd": [
"ninja.exe",
+ "-k",
+ "0",
"-C",
"[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64"
],