[geos-commits] [SCM] GEOS branch 3.7 updated. 676af3f82774b27fdd1a4f3b9fbe406b4a7c85e8

git at osgeo.org git at osgeo.org
Mon Jun 3 07:46:57 PDT 2019


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, 3.7 has been updated
       via  676af3f82774b27fdd1a4f3b9fbe406b4a7c85e8 (commit)
      from  291a818bdccd2c986a88aab79b2b87805a579d53 (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 676af3f82774b27fdd1a4f3b9fbe406b4a7c85e8
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jun 3 08:08:56 2019 +0200

    [drone] Build doxygen docs too

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index e2e74e7..4840984 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -21,4 +21,8 @@ steps:
   - name: check
     image: *test-image
     commands:
-      - CXXFLAGS="-O0" make check
+      - CXXFLAGS="-O0" make check V=0
+  - name: docs
+    image: *test-image
+    commands:
+      - make doxygen

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

Summary of changes:
 .drone-1.0.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list