On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: > QGIS is already built into the docker images and you don't need to buld it > in a travis job (it would take too long) but yes, the docker pull operation > could take a while.
Do Travis agent not cache downloaded docker images ? Drone [1] agents (can) do. [1] https://github.com/drone/drone I'm experimenting a drone instance associated with the OSGeo Gogs instance, and currently using it to build-test postgis/geos, see for example: https://git.osgeo.org/gogs/postgis/postgis/src/svn-trunk/.drone.yml The longest step there for agents is (apart from the very first build) fetching the sources being tested. --strk; _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
