test doozer.io
This commit is contained in:
parent
6785046c2f
commit
85aa7e970e
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"submodules": ["simulation/libsimulator"],
|
||||
"targets": {
|
||||
"x86_64": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": ["build-essential", "libssl-dev", "libboost-all-dev", "ccache"],
|
||||
"buildcmd": [
|
||||
"echo \"using gcc : : ccache g++ : <cxxflags>-std=c++11 ;\" > ~/user-config.jam",
|
||||
"cd simulation",
|
||||
"bjam -j${PARALLEL} deprecated-functions=off",
|
||||
"cd test",
|
||||
"bjam -j${PARALLEL} deprecated-functions=off"
|
||||
]
|
||||
},
|
||||
"macOS": {
|
||||
"buildenv": "osx",
|
||||
"homebrew": { "formulae": ["boost-build", "wget", "ccache"] },
|
||||
"buildcmd": [
|
||||
"wget --quiet -O boost.zip http://pilotfiber.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.zip",
|
||||
"unzip -qq boost.zip",
|
||||
"cd simulation",
|
||||
"echo \"using darwin : : ccache clang++ : <cxxflags>-std=c++11 ;\" > ~/user-config.jam",
|
||||
"BOOST_ROOT=${PWD}/../boost_1_55_0 bjam --hash -j${PARALLEL}"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -7,6 +7,9 @@ libtorrent
|
|||
.. image:: https://ci.appveyor.com/api/projects/status/w7teauvub5813mew/branch/master?svg=true
|
||||
:target: https://ci.appveyor.com/project/arvidn/libtorrent/branch/master
|
||||
|
||||
.. image:: https://doozer.io/badge/arvidn/libtorrent/buildstatus/master
|
||||
:target: https://doozer.io/user/arvidn/libtorrent
|
||||
|
||||
.. image:: https://codecov.io/github/arvidn/libtorrent/coverage.svg?branch=master
|
||||
:target: https://codecov.io/github/arvidn/libtorrent?branch=master&view=all#sort=missing&dir=desc
|
||||
|
||||
|
|
Loading…
Reference in New Issue