disable tests on ios

pull/459/head
bradh352 3 years ago
parent 3da833c3b1
commit 26f10274f9
  1. 2
      ci/test.sh

@ -6,7 +6,7 @@ set -e
[ -z "$TEST_FILTER" ] && export TEST_FILTER="--gtest_filter=-*LiveSearchANY*"
# No tests for ios as it is a cross-compile
if [ "$BUILD_TYPE" = "ios" -o "$BUILD_TYPE" = "ios-cmake" ] ; then
if [ "$BUILD_TYPE" = "ios" -o "$BUILD_TYPE" = "ios-cmake" -o "$DIST" = "iOS" ] ; then
exit 0
fi

Loading…
Cancel
Save