[geos-commits] r4243 - trunk
Sandro Santilli
strk at kbt.io
Thu Jul 21 12:06:14 PDT 2016
Author: strk
Date: 2016-07-21 12:06:13 -0700 (Thu, 21 Jul 2016)
New Revision: 4243
Modified:
trunk/.drone.yml
Log:
Only run "make check", not "make distcheck"
... distcheck can be run manually just before a release
Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml 2016-07-21 18:40:23 UTC (rev 4242)
+++ trunk/.drone.yml 2016-07-21 19:06:13 UTC (rev 4243)
@@ -17,4 +17,4 @@
check:
image: *test-image
commands:
- - CXXFLAGS="-O0" make distcheck
+ - CXXFLAGS="-O0" make check
More information about the geos-commits
mailing list