aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2017-12-14 17:26:16 -0800
committerGravatar Yilun Chong <yilunchong@google.com>2017-12-14 17:26:16 -0800
commit4b0209140ea3155b78960d2fe3f62062c1c098a6 (patch)
treec388771b0588e09ed13b80d7b2e57c7d3c28f1dc /tests.sh
parentcd32aae377993b727447f1ba25bd186b530969cb (diff)
add cpp
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 0 insertions, 3 deletions
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 ""