[Qgis-developer] Testing plugins against QGIS3 with Travis
Sandro Santilli
strk at kbt.io
Tue Sep 27 02:49:45 PDT 2016
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;
More information about the Qgis-developer
mailing list