From 0b720a8418cf5a52e658cc3069fed435f1fc4a4f Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 23 Feb 2016 08:24:14 +0800 Subject: disable package for tests --- tests/tests | 10 +++++----- 1 file 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 -- cgit v1.3.1