Hi Anita, I got around to doing this now.
For the project here I had to add a bit of additional overhead because it requires some additional binaries and services compared to a plain installation - postgres - java So I had to use docker-compose (for postgres) and an extra Docker file (to install the dependencies). It's still super-easy - it just could be even a tiny bit simpler, if these are skipped. It only requires these files: https://github.com/opengisch/projectgenerator/tree/master/.docker And these lines: https://github.com/opengisch/projectgenerator/blob/2bf4d2acc43da9b0bcedd5f530715d287a6d12d6/.travis.yml#L1-L2 It all depends on the awesome work from Denis who managed to provide regularly updated builds of the current master branch on dockerhub. Let me know how it goes for you Matthias On 08/21/2017 11:58 AM, Anita Graser wrote: > > > On Mon, Aug 21, 2017 at 10:16 AM, Matthias Kuhn <[email protected] > <mailto:[email protected]>> wrote: > > Hi Anita, > > There was (unfortunately) a lot more to it, like path mangling etc. > However, at the moment I wouldn't spend more time on it, Denis is > looking into building regularly updated Docker images for master/3.x > releases especially designed for easy travis integration. I'll be > looking into integrating these for plugin tests these days. You > better wait for this > . > > > Thanks a lot! I'll do that. > > Anita > > _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
