Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add Makefile For Easy Automated Testing Immediately After Building #452
Conversation
|
@harding LGTM ! |
|
@saivann thanks! If no critical feedback is received, this PR will be merged around 17:00 UTC Friday. |
harding
merged commit 3a90000
into
bitcoin-dot-org:master
Jun 13, 2014
harding
deleted the
harding:makefile branch
Feb 25, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
harding commentedJun 12, 2014
As extensively discussed on the -docs mailing list, a new Makefile lets testers build the static HTML files and then run a few automated tests to catch problems like missing files and links. The Makefile is not required; the site can still be built using just Jekyll.
This commit also fixes several image-related errors reported by
make testby adding the missing PNG images.