mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
[Windows] move llvm to toolset (#4487)
This commit is contained in:
@@ -81,15 +81,6 @@ Describe "KubernetesTools" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "LLVM" {
|
||||
It "<ToolName>" -TestCases @(
|
||||
@{ ToolName = "clang" }
|
||||
@{ ToolName = "clang++" }
|
||||
) {
|
||||
"$ToolName --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Mingw64" {
|
||||
It "<ToolName>" -TestCases @(
|
||||
@{ ToolName = "gcc" }
|
||||
|
||||
Reference in New Issue
Block a user