From 4b0209140ea3155b78960d2fe3f62062c1c098a6 Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Thu, 14 Dec 2017 17:26:16 -0800 Subject: add cpp --- tests.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 0a91e4ce..76286fc9 100755 --- a/tests.sh +++ b/tests.sh @@ -44,9 +44,6 @@ build_cpp() { # appears to be missing it: https://github.com/travis-ci/travis-ci/issues/6996 if [[ $(type cmake 2>/dev/null) ]]; then # Verify benchmarking code can build successfully. - git submodule init - git submodule update - cd third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make && cd ../.. cd benchmarks && make cpp-benchmark && cd .. else echo "" -- cgit v1.2.3