From 85aa7e970eac2accfdb1162401ba4a9eb7d04338 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 25 Oct 2017 10:27:01 +0200 Subject: [PATCH] test doozer.io --- .doozer.json | 28 ++++++++++++++++++++++++++++ README.rst | 3 +++ 2 files changed, 31 insertions(+) create mode 100644 .doozer.json diff --git a/.doozer.json b/.doozer.json new file mode 100644 index 000000000..10570fd1c --- /dev/null +++ b/.doozer.json @@ -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++ : -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++ : -std=c++11 ;\" > ~/user-config.jam", + "BOOST_ROOT=${PWD}/../boost_1_55_0 bjam --hash -j${PARALLEL}" + ] + } + } +} + diff --git a/README.rst b/README.rst index 33d83643a..f6ce7931f 100644 --- a/README.rst +++ b/README.rst @@ -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