[geos-commits] r4291 - trunk

Sandro Santilli strk at kbt.io
Thu Oct 27 12:23:31 PDT 2016


Author: strk
Date: 2016-10-27 12:23:31 -0700 (Thu, 27 Oct 2016)
New Revision: 4291

Modified:
   trunk/.gitlab-ci.yml
Log:
Install a fake git2cl in gitlab-ci

This fixes "distcheck" step

Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2016-10-27 15:18:56 UTC (rev 4290)
+++ trunk/.gitlab-ci.yml	2016-10-27 19:23:31 UTC (rev 4291)
@@ -9,4 +9,5 @@
     - ./configure
     - make
     - make check
+    - install -m 755 /bin/true /usr/local/bin/git2cl
     - make distcheck



More information about the geos-commits mailing list