5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

change to new build page

This commit is contained in:
Arceliar 2018-03-12 20:23:56 -05:00
parent 96dffc3b46
commit 9d476cf0eb
2 changed files with 5 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<p>
<a href="https://github.com/yggdrasil-network/yggdrasil-go">GitHub</a><br />
<a href="https://circleci.com/gh/yggdrasil-network/yggdrasil-go">CircleCI</a><br />
<a href="https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts">Latest Builds</a><br />
<a href="{{ site.github.url }}/builds.html">Latest Builds</a><br />
<a href="https://github.com/yggdrasil-network/public-peers">Public Peers</a>
</p>

View File

@ -2,12 +2,14 @@
tags: dontlink
---
# Builds
# Latest Builds
Build [artifacts](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts):
After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms.
For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts) from the latest build are linked below:
<p id="buildArtifactLinks"></p>
<!-- TODO sort these to a useful order of some kind -->
<script type="text/javascript">
let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts';