Paweł Bylica
8 years ago
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with
1 additions and
2 deletions
-
.travis.yml
-
ethminer/MinerAux.h
|
|
@ -14,7 +14,7 @@ cache: |
|
|
|
directories: |
|
|
|
- $HOME/.hunter |
|
|
|
install: |
|
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ethereum/ethereum; sudo apt-get update; sudo apt-get install -y --no-install-recommends --allow-unauthenticated libjson-rpc-cpp-dev libjsoncpp-dev libmicrohttpd-dev; fi |
|
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ethereum/ethereum; sudo apt-get update; sudo apt-get install -y --no-install-recommends --allow-unauthenticated libjson-rpc-cpp-dev libjsoncpp-dev; fi |
|
|
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libjson-rpc-cpp jsoncpp; fi |
|
|
|
script: |
|
|
|
- cmake -DETHASHCUDA=Off -DETHSTRATUM=On -DETHASHCL=On -H. -Bbuild |
|
|
|
|
|
@ -47,7 +47,6 @@ |
|
|
|
#if ETH_ETHASHCUDA |
|
|
|
#include <libethash-cuda/ethash_cuda_miner.h> |
|
|
|
#endif |
|
|
|
#include <jsonrpccpp/server/connectors/httpserver.h> |
|
|
|
#include <jsonrpccpp/client/connectors/httpclient.h> |
|
|
|
#include "BuildInfo.h" |
|
|
|
#include "FarmClient.h" |
|
|
|