Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 316 Bytes

Build docker image

docker build -t ruby-gdal:issue .

Test C++ OGRRegisterAll() and OGRGetDriverByName()

docker run ruby-gdal:issue bash test.sh

Test Ruby bindings for OGRRegisterAll() and OGRGetDriverByName()

docker run ruby-gdal:issue ruby test.rb