summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tests b/tests/tests
index e27376c95..118f69268 100755
--- a/tests/tests
+++ b/tests/tests
@@ -27,21 +27,21 @@ function build()
exec "xmake f -p iphoneos"
exec "xmake -r"
- exec "xmake p"
+# exec "xmake p"
exec "xmake f -p iphoneos -a arm64"
exec "xmake -r"
- exec "xmake p -a \"armv7, arm64\""
+# exec "xmake p -a \"armv7, arm64\""
exec "xmake f -p iphonesimulator"
exec "xmake -r"
- exec "xmake p"
+# exec "xmake p"
fi
# build
exec "xmake f -c"
exec "xmake -r"
- exec "xmake p"
+# exec "xmake p"
# leave project
cd -
@@ -58,7 +58,7 @@ build "./tests/static_library_c++"
build "./tests/shared_library_c++"
# merge static library
-build "./tests/merge_static_library"
+#build "./tests/merge_static_library"
# build for macosx
if [ $host = "macosx" ]; then