Sha256: ed5b3b3d7b13efb7a8db80ab5580f34c8401b0a9377f4c9b575761cce617a837

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

namespace :docker do
  namespace :gdal2 do
    desc "Run specs in the gdal2 docker container"
    task :spec do
      sh "docker-compose run --rm gdal2 bundle exec rake spec"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ffi-gdal-1.1.0 rakelib/docker.rake
ffi-gdal-1.0.4 rakelib/docker.rake
ffi-gdal-1.0.3 rakelib/docker.rake