We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c4142 commit 3976dd4Copy full SHA for 3976dd4
scripts/install_linux.sh
@@ -91,6 +91,8 @@ if [[ "$FEATURE_LOADTESTS" =~ "Vulkan" ]]; then
91
fi
92
93
94
-git lfs pull --include=tests/srcimages,tests/testimages
+if [[ "$FEATURE_TESTS" = "ON" ]]; then
95
+ git lfs pull --include=tests/srcimages,tests/testimages
96
+fi
97
98
# vim:ai:ts=4:sts=2:sw=2:expandtab
scripts/install_macos.sh
@@ -20,7 +20,9 @@ git lfs install
20
git lfs version
21
gem install xcpretty
22
23
24
25
26
27
if [[ -n "$FEATURE_LOADTESTS" && "$FEATURE_LOADTESTS" != "OFF" ]]; then
28
if [ "$PLATFORM" = "iOS" ]; then
0 commit comments