[geos-commits] [SCM] GEOS branch master updated. a375a9a9921c38cd5fa01b4feaf8d4e0acab802e
git at osgeo.org
git at osgeo.org
Tue Sep 17 23:45:55 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, master has been updated
via a375a9a9921c38cd5fa01b4feaf8d4e0acab802e (commit)
from 13b65cf4037f4685b903a95a5bc67813ccc97a80 (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 a375a9a9921c38cd5fa01b4feaf8d4e0acab802e
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Sep 18 08:45:40 2019 +0200
[drone] Add valgrindcheck call to drone-ci
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 8689d75..38cbb72 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -23,6 +23,10 @@ steps:
image: *test-image
commands:
- CXXFLAGS="-O0" make check V=0
+ - name: valgrindcheck
+ image: *test-image
+ commands:
+ - CXXFLAGS="-O0" make valgrindcheck V=0
- name: docs
image: *test-image
commands:
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list