You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
209 B

2 years ago
  1. language: ruby
  2. cache: bundler
  3. rvm:
  4. - 2.7
  5. - 3.0
  6. - 3.1
  7. script:
  8. - bundle install --path vendor/bundle
  9. - bundle exec rspec
  10. - gem build openapi_client.gemspec
  11. - gem install ./openapi_client-1.0.0.gem