remove .doozer

This commit is contained in:
arvidn 2020-05-12 12:45:01 +02:00 committed by Arvid Norberg
parent 8e41add3c0
commit 0ff6c31af2
2 changed files with 0 additions and 30 deletions

View File

@ -1,27 +0,0 @@
{
"submodules": ["simulation/libsimulator"],
"targets": {
"x86_64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "libssl-dev", "libboost-all-dev"],
"buildcmd": [
"echo \"using gcc : : 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",
"buildcmd": [
"curl -Ls https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz | tar xz",
"(cd boost_1_68_0 && ./bootstrap.sh)",
"echo \"using darwin : : clang++ : <cxxflags>-std=c++11 ;\" > ~/user-config.jam",
"cd simulation",
"BOOST_ROOT=${PWD}/../boost_1_68_0 ../boost_1_68_0/bjam --hash -j${PARALLEL}"
]
}
}
}

View File

@ -7,9 +7,6 @@ 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://img.shields.io/lgtm/alerts/g/arvidn/libtorrent.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/arvidn/libtorrent/alerts/