Commit 24b8b5a305ed3158e9303cc0a9075789a2ac727c
Adding travis build status image.
Jonathan Cross committed on 11/26/2019, 7:11:47 AMParent: 9c951d47715c2d33a398e2238db3ef561bb97502
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -7,10 +7,12 @@ | ||
7 | 7 | > Gitian uses a deterministic build process to allow multiple builders to create identical binaries. This allows multiple parties to sign the resulting binaries, guaranteeing that the binaries and tool chain were not tampered with and that the same source was used. It removes the build and distribution process as a single point of failure. |
8 | 8 | |
9 | 9 | ## How to contribute |
10 | 10 | |
11 | +[<img alt="Build Status" src="https://travis-ci.org/monero-project/gitian.sigs.svg?branch=master">](https://travis-ci.org/monero-project/gitian.sigs) | |
12 | + | |
11 | 13 | We need more contributors to build Monero and confirm the Gitian results. |
12 | -Please follow the gitian build instructions [here](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md). | |
14 | +Please follow the **[gitian build instructions](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md)** to contribute your assertions. | |
13 | 15 | |
14 | 16 | ## Directory structure |
15 | 17 | |
16 | 18 | Each release will have a directory in root, eg `v0.14.1.0-linux/` |
Built with git-ssb-web