Msys2 clang-tools-extra have been added to windows deployment (#1311)

* clang-tidy.exe has been added

* tools have been split to tools64\32
This commit is contained in:
Andy Mishechkin
2020-07-30 08:20:19 +04:00
committed by GitHub
parent 3794f04d7f
commit 4de7ae4bce
2 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ Describe "MSYS2" {
@{ ToolName = "gcc.exe" }
@{ ToolName = "cmake.exe" }
@{ ToolName = "g++.exe" }
@{ ToolName = "clang-tidy.exe" }
) {
Join-Path $msys2mingwDir $ToolName | Should -Exist
}