README.md in rake-builder-0.9.2 vs README.md in rake-builder-0.10.1
- old
+ new
@@ -1,5 +1,7 @@
+[][Continuous Integration]
+
rake-builder
============
*Rake for C, C++, Objective-C and Objective-C++ Projects*
@@ -8,10 +10,11 @@
* [Rubygem]
[Source code]: http://github.com/joeyates/rake-builder "Source code at GitHub"
[Documentation]: http://rdoc.info/projects/joeyates/rake-builder "Documentation at Rubydoc.info"
[Rubygem]: http://rubygems.org/gems/rake-builder "Ruby gem at rubygems.org"
+[Continuous Integration]: http://travis-ci.org/joeyates/rake-builder "Build status by Travis-CI"
Hello World! Example
====================
(See the 'examples' directory for source).
@@ -119,9 +122,19 @@
------------------
If you install a static library, your headers will also be installed.
Ensure that you use file globs, e.g. './include/**/*.h',
as these will ensure that your headers are installed in the correct subdirectories.
+
+Problem Resolution
+------------------
+
+If you project does not build, use Rake's `--trace` option to get more
+information about what's going wrong:
+
+```shell
+$ rake --trace
+```
Project
=======
Status