diff options
| author | luqiuwen <[email protected]> | 2019-08-30 14:23:35 +0800 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2019-08-30 15:46:08 +0800 |
| commit | bf11af72de6632dc6a21e08e3dd7727811cb0e31 (patch) | |
| tree | e092fe9353e308c47c26e110aa8176d29a48eca6 /ci | |
| parent | 30e4cbbe53dc03ba9e17c5eb360819a9c7388e05 (diff) | |
暂时不运行单元测试用例
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index f896da3..130fa4b 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -40,7 +40,7 @@ cmake -DCMAKE_CXX_FLAGS=$CXX_FLAGS \ -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \ .. make -CTEST_OUTPUT_ON_FAILURE=1 make test +#CTEST_OUTPUT_ON_FAILURE=1 make test if [ -n "${PACKAGE}" ]; then make package |
