Added build status flag to readme
This commit is contained in:
parent
627321b6cc
commit
f9749acccf
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
# XMRigCC
|
# XMRigCC
|
||||||
|
|
||||||
|
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
||||||
|
|
||||||
### About 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.
|
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.
|
* It's open source software.
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
* Binary releases: soon
|
* Binary releases: https://github.com/Bendr0id/xmrigCC/releases
|
||||||
* Git tree: https://github.com/Bendr0id/xmrigCC.git
|
* 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).
|
* 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).
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@ build_script:
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd c:\xmrigCC
|
- 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
|
- cmd: dir
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: xmrigCC.zip
|
- path: xmrigCC-win64.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue