Travis CI OSX build. (#193)
This commit is contained in:
parent
8999758bc4
commit
03b1845615
2 changed files with 22 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
os: osx
|
||||
|
||||
osx_image: xcode8
|
||||
|
||||
sudo: false
|
||||
|
||||
language: cpp
|
||||
|
||||
compiler: gcc
|
||||
|
||||
before_install:
|
||||
brew update
|
||||
|
||||
script:
|
||||
- brew install gcc libuv libmicrohttpd
|
||||
- brew upgrade boost
|
||||
- cmake . -DUV_LIBRARY=/usr/local/lib/libuv.a -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.a -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.a -DBOOST_ROOT=/usr/local/lib
|
||||
- make
|
||||
- cp ./src/config.json .
|
||||
- ./xmrigDaemon --version
|
||||
- ./xmrigDaemon --help
|
Loading…
Add table
Add a link
Reference in a new issue