File: Rakefile

package info (click to toggle)
ruby-celluloid-io 0.16.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 432 kB
  • ctags: 189
  • sloc: ruby: 1,727; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env rake
#require 'bundler/gem_tasks'
Dir["tasks/**/*.task"].each { |task| load task }

task :default => :spec
task :ci      => %w(spec benchmark)