From 6e72fb4781197e9231e794667ac9f83e1db429bd Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Wed, 23 Jan 2013 18:44:48 -0500 Subject: Add build summary at the end of a build. --- Rakefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index f0991d323..7d8dd4117 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,14 @@ depfiles += MRuby.targets.reject { |n, t| n == 'host' }.map { |n, t| }.flatten desc "build all targets, install (locally) in-repo" -task :all => depfiles +task :all => depfiles do + puts + puts "Build summary:" + puts + MRuby.each_target do + print_build_summary + end +end desc "run all mruby tests" task :test => MRuby.targets.values.map { |t| t.exefile("#{t.build_dir}/test/mrbtest") } do -- cgit v1.2.3