[PROJ] PROJ >=5.0.0 on Travis CI
Even Rouault
even.rouault at spatialys.com
Fri May 3 01:30:05 PDT 2019
On vendredi 3 mai 2019 11:32:40 CEST Michael Sumner wrote:
> Hello, I'm trying to install PROJ 5.0.0 or above with a Travis
> configuration.
>
> The only way I can get it to work is to build from source - does
> anyone know a ppa/apt pathway to get PROJ >=5.0.0 that works in a
> .travis.yml?
A possibility is to build from source + ccache + enabling Travis caching of
$HOME/.ccache + ./configure --disable-static . That should keep the time spent
in PROJ building to a few seconds generally.
https://github.com/OSGeo/proj.4/blob/master/.travis.yml#L9
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the PROJ
mailing list