summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 4f2026f708..79fb8e5290 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -455,7 +455,7 @@ function push_perf_notes() {
return
fi
- if [[ -n "${CROSS_TARGET:-}" ]]; then
+ if [ -n "${CROSS_TARGET:-}" ] && [ "${CROSS_EMULATOR:-}" != "js-emulator" ]; then
info "Can't test cross-compiled build."
return
fi