mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-04 14:49:41 +00:00
Add ci:about task to display ruby version in build output.
git-svn-id: http://svn.redmine.org/redmine/trunk@13511 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5691826491
commit
b6c0e80d37
@ -9,6 +9,11 @@ task :ci do
|
||||
end
|
||||
|
||||
namespace :ci do
|
||||
desc "Display info about the build environment"
|
||||
task :about do
|
||||
puts "Ruby version: #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
|
||||
end
|
||||
|
||||
desc "Setup Redmine for a new build"
|
||||
task :setup do
|
||||
Rake::Task["tmp:clear"].invoke
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user