diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2017-12-24 17:22:46 (GMT) |
---|---|---|
committer | Carlos O'Ryan <coryan@users.noreply.github.com> | 2017-12-24 17:22:46 (GMT) |
commit | ec2b0c391261497048940c2fa4b19dcddf66b9ea (patch) | |
tree | c23096e6212f5aa52f50bf185345652fdcf1822e | |
parent | 75b85d5382958cb719736c0b82863c7148be2526 (diff) | |
download | googletest-ec2b0c391261497048940c2fa4b19dcddf66b9ea.zip googletest-ec2b0c391261497048940c2fa4b19dcddf66b9ea.tar.gz googletest-ec2b0c391261497048940c2fa4b19dcddf66b9ea.tar.bz2 |
Build both googletest and googlemock.
-rwxr-xr-x | ci/build-linux-autotools.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/build-linux-autotools.sh b/ci/build-linux-autotools.sh index aa92a32..cc404e9 100755 --- a/ci/build-linux-autotools.sh +++ b/ci/build-linux-autotools.sh @@ -33,8 +33,6 @@ set -e . ci/get-nprocessors.sh -cd googlemock - # Create the configuration script autoreconf -i |