mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-30 13:30:52 +00:00
12 lines
211 B
YAML
12 lines
211 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.7
|
|
- 3.0
|
|
- 3.1
|
|
script:
|
|
- bundle install --path vendor/bundle
|
|
- bundle exec rspec
|
|
- gem build dynamic_servers.gemspec
|
|
- gem install ./dynamic_servers-1.0.0.gem
|