Install a fake git2cl in gitlab-ci

This fixes "distcheck" step

git-svn-id: http://svn.osgeo.org/geos/trunk@4291 5242fede-7e19-0410-aef8-94bd7d2200fb
mvalues
Sandro Santilli 2016-10-27 19:23:31 +00:00
parent f74c634521
commit 5b6d5406c2
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ test:
- ./configure
- make
- make check
- install -m 755 /bin/true /usr/local/bin/git2cl
- make distcheck