diff options
author | Andrew Chow <achow101@gmail.com> | 2016-08-23 16:20:15 -0400 |
---|---|---|
committer | Andrew Chow <achow101@gmail.com> | 2016-08-27 08:56:23 -0400 |
commit | eda4cfb992d140c8471f6cc2bf16c4a106439225 (patch) | |
tree | c41d693f1e438cdf5eb5e66d5662926a88107c42 /contrib/README.md | |
parent | c072b8fd95cd4fa84f08189a0cd8b173ea2dbb8e (diff) |
Create an easy to use gitian building script
I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.
Diffstat (limited to 'contrib/README.md')
-rw-r--r-- | contrib/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README.md b/contrib/README.md index a23b197cc6..3e3c83da5f 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -45,6 +45,9 @@ Scripts and notes for Mac builds. ### [RPM](/contrib/rpm) ### RPM spec file for building bitcoin-core on RPM based distributions +### [Gitian-build](/contrib/gitian-build.sh) ### +Script for running full gitian builds. + Test and Verify Tools --------------------- |