From f9749acccf306151ac1f96d5c1949f3751eeb650 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Tue, 24 Oct 2017 23:39:37 +0200 Subject: [PATCH] Added build status flag to readme --- README.md | 4 +++- appveyor.yml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5297112..c668656e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # XMRigCC +[![Build status](https://ci.appveyor.com/api/projects/status/l8v7cuuy320a4tpd?svg=true)](https://ci.appveyor.com/project/Bendr0id/xmrigcc) + ### About XMRigCC XMRigCC is a fork of [XMRig](https://github.com/xmrig/xmrig) which adds the ability to remote control your XMRig instances via a Webfrontend and REST api. @@ -53,7 +55,7 @@ Originally based on cpuminer-multi with heavy optimizations/rewrites and removin * It's open source software. ## Download -* Binary releases: soon +* Binary releases: https://github.com/Bendr0id/xmrigCC/releases * Git tree: https://github.com/Bendr0id/xmrigCC.git * Clone with `git clone https://github.com/Bendr0id/xmrigCC.git` :hammer: [Build instructions / Notes / Howto](https://raw.githubusercontent.com/Bendr0id/xmrigCC/master/howto_and_notes.txt). diff --git a/appveyor.yml b/appveyor.yml index 5c9f25cd..f1078b40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,8 +25,8 @@ build_script: after_build: - cd c:\xmrigCC -- cmd: 7z a xmrigCC.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "C:\Tools\vcpkg\installed\x64-windows\lib\*.dll" "c:\xmrigCC\index.html" +- cmd: 7z a xmrigCC-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "C:\Tools\vcpkg\installed\x64-windows\lib\*.dll" "c:\xmrigCC\index.html" - cmd: dir artifacts: -- path: xmrigCC.zip +- path: xmrigCC-win64.zip