[Windows] Add ImageMagick tool (#6247)

* Add ImageMagick tool

* Add ImageMagick tool
This commit is contained in:
Erik Bershel
2022-09-16 10:23:13 +02:00
committed by GitHub
parent 058d0730dd
commit 7f10a5a590
5 changed files with 18 additions and 3 deletions

View File

@@ -102,4 +102,10 @@ Describe "CMake" {
It "cmake" {
"cmake --version" | Should -ReturnZeroExitCode
}
}
Describe "ImageMagick" {
It "ImageMagick" {
"magick -version" | Should -ReturnZeroExitCode
}
}