[geos-commits] [SCM] GEOS branch master updated. db0e889efe8d48bd7131f8ea94443168824acd12

git at osgeo.org git at osgeo.org
Fri Jul 31 17:27:30 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  db0e889efe8d48bd7131f8ea94443168824acd12 (commit)
      from  9de6b71ebf61fb6a474eb37321e9cfd4a23e17e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit db0e889efe8d48bd7131f8ea94443168824acd12
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jul 31 17:26:08 2020 -0700

    turn off doco build for now

diff --git a/tools/ci/script_cmake.sh b/tools/ci/script_cmake.sh
index b812cb5..34f22f3 100755
--- a/tools/ci/script_cmake.sh
+++ b/tools/ci/script_cmake.sh
@@ -20,7 +20,7 @@ fi
 
 cmake --version
 
-cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_DOCUMENTATION=YES ${TRAVIS_BUILD_DIR}
+cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_DOCUMENTATION=NO ${TRAVIS_BUILD_DIR}
 run_make
 cmake --build . --target docs
 ctest --output-on-failure .

-----------------------------------------------------------------------

Summary of changes:
 tools/ci/script_cmake.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list