mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
change to new build page
This commit is contained in:
parent
96dffc3b46
commit
9d476cf0eb
@ -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>
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user