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
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
||||||
[](https://hub.docker.com/r/bendr0id/xmrigcc/)
|
[](https://hub.docker.com/r/bendr0id/xmrigcc/)
|
||||||
|
[](https://travis-ci.com/Bendr0id/xmrigCC)
|
||||||
[](https://github.com/bendr0id/xmrigCC/releases)
|
[](https://github.com/bendr0id/xmrigCC/releases)
|
||||||
[](https://github.com/bendr0id/xmrigCC/releases)
|
[](https://github.com/bendr0id/xmrigCC/releases)
|
||||||
[](https://github.com/bendr0id/xmrigCC/releases)
|
[](https://github.com/bendr0id/xmrigCC/releases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue