summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-23 08:24:14 +0800
committerruki <[email protected]>2016-02-23 08:24:14 +0800
commit0b720a8418cf5a52e658cc3069fed435f1fc4a4f (patch)
tree9e34ee9f84f3e07dfe8487cf5449cebef13de48e
parent11149495cb7747d6074890f5d44198a29a3d831d (diff)
disable package for tests
-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