Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit ba2bd3a

Browse files
Merge from (root)
2 parents 631c909 + d3162d3 commit ba2bd3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/scripts/build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ $env:VSVARS32FILE = "$env:VCINSTALLDIR\vcvars32.bat"
1414
refreshenv
1515
if ($env:APPVEYOR -eq "true") {
1616
.\gradlew all test -PCOMPILE_WEBKIT=false -PCONF=DebugNative --stacktrace -x :web:test --info --no-daemon
17+
if ($lastexitcode -ne 0) {
18+
exit $lastexitcode
19+
}
1720
} else {
1821
.\gradlew all test -PCOMPILE_WEBKIT=false -PCONF=DebugNative --stacktrace -x :web:test --info
1922
}

0 commit comments

Comments
 (0)