Skip to content

Commit

Permalink
add curl and crypto to travis dependencies
Browse files Browse the repository at this point in the history
and update icon branch in README
  • Loading branch information
tpruvot committed Oct 31, 2014
1 parent 756db9e commit 322e5b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ language: c
compiler:
- gcc

before_install:
- sudo apt-get update -qq
- sudo apt-get install libcurl4-openssl-dev

before_script:
- ./autogen.sh

script:
- ./configure
- make
- ./configure --with-crypto --with-curl
- make
- ./minerd --cputest
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version multi 1.0.5 (Tanguy Pruvot)

- Merge remaining v2.4 cpu-miner changes
- Add colored output (diable with --no-color)
- Add colored output (disable with --no-color)
- Test and fix blake on NEOS, needs 14 rounds (was 8)
- Add pentablake (5x blake256) (from bitbandi)
- Add neoscrypt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CPUMiner-Multi
==============

[![Build Status](https://travis-ci.org/tpruvot/cpuminer-multi.svg?branch=master)](https://travis-ci.org/tpruvot/cpuminer-multi)
[![Build Status](https://travis-ci.org/tpruvot/cpuminer-multi.svg)](https://travis-ci.org/tpruvot/cpuminer-multi)

This is a multi-threaded CPU miner,
fork of [pooler](//github.com/pooler)'s cpuminer (see AUTHORS for list of contributors).
Expand Down

0 comments on commit 322e5b6

Please sign in to comment.