Skip to content

Commit 5122f22

Browse files
committed
2 parents fcbe616 + 57e06d0 commit 5122f22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: build.ps1

-6
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ Invoke-Expression $strFullCmdLine
128128

129129
$buildResult = ConvertFrom-Json $env:buildResult
130130

131-
if ($is_ci -and !$buildResult.compilerID.StartsWith('mingw')) { # run tests
132-
$targetOS = $buildResult.targetOS
133-
$buildDir = $buildResult.buildDir
134-
& .\ci\test.ps1 -dir $buildDir -target $targetOS
135-
}
136-
137131
. $myRoot/1k/utils.ps1
138132

139133
pauseIfExplorer("build successfully")

0 commit comments

Comments
 (0)