Sha256: 542b0cb9a11cb7feae2c9dc521323cfa371196565c029cdcdb308ee76e7f8315

Contents?: true

Size: 612 Bytes

Versions: 12

Compression:

Stored size: 612 Bytes

Contents

# You can use a Docker image from Docker Hub or your own container
# registry for your build environment.
image: agrian/ubuntugis-ruby:latest

pipelines:
  default:
    - step:
        script: # Modify the commands below to build your repository.
          - ruby --version
          - gem install bundler
          - gem sources -a http://$AGRIAN_GEMS_USERNAME:$AGRIAN_GEMS_PASSWORD@gems.agrian.com/
          - bundle config gems.agrian.com $AGRIAN_GEMS_USERNAME:$AGRIAN_GEMS_PASSWORD
          - bundler --version
          - bundle install
          - bundle exec rake spec
          # - bundle exec rubocop

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ffi-gdal-1.0.1 bitbucket-pipelines.yml
ffi-gdal-1.0.0 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta16 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta15 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta14 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta13 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta12 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta11 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta10 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta9 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta8 bitbucket-pipelines.yml
ffi-gdal-1.0.0.beta7 bitbucket-pipelines.yml