On 2020-05-22 17:08, David Adler wrote:
Is there a way for Travis to work with a Docker DB2 image?
You also suggested using a "profile" but I haven't figure out yet how
to do this. Is there a link to the GeoTools documentation?
the Oracle online tests running are currently running against a
dockerized oracle xe instance, checkout the travis.yml file and some
shell scripts in .travis/
there's this part that starts the container and creates the user/schema:
https://github.com/geotools/geotools/blob/d64f6e3ac1bd2d2d54f8b8b801d12e86c4d23514/.travis.yml#L10-L13
and then futher down this bit add a job for travis:
https://github.com/geotools/geotools/blob/d64f6e3ac1bd2d2d54f8b8b801d12e86c4d23514/.travis.yml#L44-L53
You could probably adapt a copt of the oracle procedures/scripts
You might also find inspiration in
https://github.com/geotools/geotools/pull/2932
hth, Mark
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel