summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/ci.rake5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 857cc232d..52a876b2c 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -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