mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
Add MSVC Dbg/Rel x64 to the CQ.
Bug: dawn:602 Change-Id: Idb684a36b0307c14c78b3c9bd23e0154e242b6d6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38401 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
7ffaa219cb
commit
cfa0edf592
@ -51,6 +51,12 @@ config_groups {
|
|||||||
builders {
|
builders {
|
||||||
name: "dawn/try/win-clang-rel-x64"
|
name: "dawn/try/win-clang-rel-x64"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "dawn/try/win-msvc-dbg-x64"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "dawn/try/win-msvc-rel-x64"
|
||||||
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "chromium/try/linux-dawn-rel"
|
name: "chromium/try/linux-dawn-rel"
|
||||||
}
|
}
|
||||||
|
@ -350,7 +350,6 @@ buckets: {
|
|||||||
}
|
}
|
||||||
# GOMA doesn't support MSVC builds so we don't used the "windows" mixin and
|
# GOMA doesn't support MSVC builds so we don't used the "windows" mixin and
|
||||||
# instead list the dimensions: "os:Windows-10" directly.
|
# instead list the dimensions: "os:Windows-10" directly.
|
||||||
# CI Mirror only
|
|
||||||
builders {
|
builders {
|
||||||
name: "win-msvc-dbg-x64"
|
name: "win-msvc-dbg-x64"
|
||||||
dimensions: "os:Windows-10"
|
dimensions: "os:Windows-10"
|
||||||
@ -358,7 +357,6 @@ buckets: {
|
|||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
# CI Mirror only
|
|
||||||
builders {
|
builders {
|
||||||
name: "win-msvc-rel-x64"
|
name: "win-msvc-rel-x64"
|
||||||
dimensions: "os:Windows-10"
|
dimensions: "os:Windows-10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user