From d0fdc1c15caa8b8ddda2f7cf0cbf5d9573569833 Mon Sep 17 00:00:00 2001 From: James Kirkus-Lamont Date: Thu, 6 Jul 2017 03:52:11 +1200 Subject: [PATCH] Add detailed explanation of AppVeyor builds (#120) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d15d4fc8..e9ff3105e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ ethminer --help | [Travis CI] | Linux, macOS | [![Travis CI](https://img.shields.io/travis/ethereum-mining/ethminer.svg)][Travis CI] | ✗ No build artifacts, [Amazon S3 is needed] for this | | [AppVeyor] | Windows | [![AppVeyor](https://img.shields.io/appveyor/ci/ethereum-mining/ethminer.svg)][AppVeyor] | ✓ Build artifacts available for all PRs and branches | +The AppVeyor system automatically builds a Windows .exe for every commit. The latest version is always available [on the landing page](https://ci.appveyor.com/project/ethereum-mining/ethminer) or you can [browse the history](https://ci.appveyor.com/project/ethereum-mining/ethminer/history) to access previous builds. + +To download the .exe on a build under 'JOB NAME' select 'Configuration: Release', choose 'ARTIFACTS' then download the zip file. + + ### Building from source This project uses [CMake] and [Hunter] package manager.