Module: RSGem::CIProviders
- Defined in:
- lib/rsgem/ci_providers/base.rb,
lib/rsgem/ci_providers/travis.rb,
lib/rsgem/ci_providers/github_actions.rb
Defined Under Namespace
Classes: Base
Constant Summary collapse
- Travis =
Base.new(config_file_source: "#{File.dirname(__FILE__)}/../support/travis.yml", config_file_destination: '.travis.yml', display_name: 'Travis', name: 'travis')
- GithubActions =
Base.new( config_file_source: "#{File.dirname(__FILE__)}/../support/github_actions.yml", config_file_destination: '.github/workflows/ci.yml', display_name: 'Github Actions', name: 'github_actions' )