You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
403 B
18 lines
403 B
language: cpp
|
|
branches:
|
|
only:
|
|
- master
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: trusty
|
|
- os: osx
|
|
osx_image: xcode8.3
|
|
cache:
|
|
ccache: true
|
|
directories:
|
|
- $HOME/.hunter
|
|
script:
|
|
- cmake -DHUNTER_JOBS_NUMBER=4 -DETHASHCUDA=Off -DETHSTRATUM=On -DETHASHCL=On -H. -Bbuild
|
|
- cmake --build build
|
|
- build/ethminer/ethminer --list-devices -G
|