Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Try fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 14, 2016
1 parent a9a00e1 commit 6c40334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ethminer/CMakeLists.txt
Expand Up @@ -4,6 +4,7 @@ file(GLOB HEADERS "*.h")

eth_simple_add_executable(ethminer ${SRC_LIST} ${HEADERS})

target_link_libraries(ethminer jsoncpp)
eth_use(ethminer REQUIRED JsonRpc::Client)

jsonrpcstub_client_create(ethminer minerfarm.json FarmClient ${CMAKE_CURRENT_SOURCE_DIR} FarmClient)
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -36,4 +36,4 @@ else
cmake .. -DCMAKE_BUILD_TYPE=$1 -DTESTS=$2
fi

make -j2
make -j2 VERBOSE=1

0 comments on commit 6c40334

Please sign in to comment.