Sha256: d081299c3881afcc9eea376295324dd2dec1e8d27aa2e3d56230c4b52fc5ba40
Contents?: true
Size: 727 Bytes
Versions: 3
Compression:
Stored size: 727 Bytes
Contents
version: 2 jobs: build: working_directory: ~/pronto-bigfiles docker: - image: apiology/circleci-ruby:latest steps: - checkout - type: cache-restore key: pronto-bigfiles-{{ checksum "pronto-bigfiles.gemspec" }}-{{ checksum "Gemfile" }} # https://bundler.io/blog/2019/05/14/ # solutions-for-cant-find-gem-bundler-with-executable-bundle.html - run: sudo gem update --system - run: gem install bundler - run: bundle install --path vendor/bundle --jobs=4 - run: bundle exec rake --jobs=4 ci - type: cache-save key: pronto-bigfiles-{{ checksum "pronto-bigfiles.gemspec" }}-{{ checksum "Gemfile" }} paths: - "vendor/bundle"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pronto-bigfiles-0.1.2 | .circleci/config.yml |
pronto-bigfiles-0.1.1 | .circleci/config.yml |
pronto-bigfiles-0.1.0 | .circleci/config.yml |