Commit 1dcae54d by Nico Weber Committed by Commit Bot

Add a win/clang upstream angle bot.

Bug: 820421 Change-Id: Ic9e38b774f1a7be1716e2803e6b6ceb401c378db Reviewed-on: https://chromium-review.googlesource.com/1012482Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent b03024a0
...@@ -46,6 +46,11 @@ builder_mixins { ...@@ -46,6 +46,11 @@ builder_mixins {
builder_mixins { builder_mixins {
name: "win" name: "win"
dimensions: "os:Windows" dimensions: "os:Windows"
}
builder_mixins {
name: "win-msvc"
mixins: "win"
recipe { recipe {
properties_j: "msvc:true" properties_j: "msvc:true"
} }
...@@ -73,9 +78,13 @@ buckets { ...@@ -73,9 +78,13 @@ buckets {
mixins: "linux" mixins: "linux"
} }
builders { builders {
name: "win-msvc" name: "win"
mixins: "win" mixins: "win"
} }
builders {
name: "win-msvc"
mixins: "win-msvc"
}
} }
} }
...@@ -104,9 +113,13 @@ buckets { ...@@ -104,9 +113,13 @@ buckets {
mixins: "linux" mixins: "linux"
} }
builders { builders {
name: "win-msvc" name: "win"
mixins: "win" mixins: "win"
} }
builders {
name: "win-msvc"
mixins: "win-msvc"
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment