Sha256: 56dcaf4c29226e10b37d76017c00006b7b69d9a4d85a016e12ce21761216ecb8

Contents?: true

Size: 655 Bytes

Versions: 5

Compression:

Stored size: 655 Bytes

Contents

variables:
  RAILS_ENV: "test"

before_script:
  - if [ -x "$(command -v apk)" ]; then apk add sqlite-dev; fi
  - export BUNDLE_PATH=$CI_PROJECT_DIR/.gems
  - bundle --jobs 2 --retry 3
  - bundle exec appraisal install


.ruby_27: &ruby_27
  image: registry.roqua.nl/roqua/docker-base-images:ruby-2.7-builder
  cache:
    key: ruby_27
    paths:
      - .gems


rails_52_ruby_27:
  <<: *ruby_27
  script:
    - bundle exec appraisal rails52 bundle exec rspec

rails_60_ruby_27:
  <<: *ruby_27
  script:
    - bundle exec appraisal rails60 bundle exec rspec

rails_61_ruby_27:
  <<: *ruby_27
  script:
    - bundle exec appraisal rails61 bundle exec rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
roqua-support-0.4.4 .gitlab-ci.yml
roqua-support-0.4.3 .gitlab-ci.yml
roqua-support-0.4.2 .gitlab-ci.yml
roqua-support-0.4.1 .gitlab-ci.yml
roqua-support-0.4.0 .gitlab-ci.yml