File: Rakefile

package info (click to toggle)
ruby-rbnacl 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid
  • size: 700 kB
  • sloc: ruby: 2,884; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require "bundler/gem_tasks"

Dir[File.expand_path("tasks/**/*.rake", __dir__)].each { |task| load task }

task default: %w[spec rubocop]
task ci:      %w[spec rubocop]