Browse Source

Optimized the build script;

tags/1.2.0^2
huanghaiquan 4 years ago
parent
commit
55dceb75a4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      build/build.sh

+ 5
- 0
build/build.sh View File

@@ -26,6 +26,11 @@ else
#结束集成测试错误检查;
fi

#如果执行了测试,并且测试已经通过,那么在打包的过程中可以跳过执行单元测试;
if [ $SKIP_TESTS == 0 ]
then
SKIP_TESTS=1
fi

#执行打包构建;
source $PACK_SHELL


Loading…
Cancel
Save