File: external.yaml

package info (click to toggle)
ruby-rack 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,576 kB
  • sloc: ruby: 15,492; sh: 12; makefile: 7; javascript: 1
file content (19 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
protocol-rack:
  url: https://github.com/socketry/protocol-rack
  command: bundle exec bake test
rails:
  url: https://github.com/rails/rails
  command: bash -c "cd actionpack && bundle exec rake test"
roda:
  url: https://github.com/jeremyevans/roda
  command: bundle exec rake spec spec_lint
  gemfile: .ci.gemfile
grape:
  url: https://github.com/ruby-grape/grape
  command: bundle exec rspec --exclude-pattern=spec/integration/**/*_spec.rb
sinatra:
  url: https://github.com/sinatra/sinatra
  command: bundle exec rake test
  # This causes some integration tests taht would otherwise fail, to be skipped:
  env:
    rack: head