👷 dropped Doozer.io support
This commit is contained in:
parent
c75865d88c
commit
bf8fdac99a
2 changed files with 0 additions and 25 deletions
24
.doozer.json
24
.doozer.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"targets": {
|
|
||||||
"xenial-i386": {
|
|
||||||
"buildenv": "xenial-i386",
|
|
||||||
"builddeps": ["build-essential", "cmake"],
|
|
||||||
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
|
|
||||||
},
|
|
||||||
"xenial-amd64": {
|
|
||||||
"buildenv": "xenial-amd64",
|
|
||||||
"builddeps": ["build-essential", "cmake"],
|
|
||||||
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
|
|
||||||
},
|
|
||||||
"fedora24-x86_64": {
|
|
||||||
"buildenv": "fedora24-x86_64",
|
|
||||||
"builddeps": ["cmake", "make", "clang"],
|
|
||||||
"buildcmd": ["mkdir cm", "cd cm", "CXX=clang++ cmake ..", "cmake --build .", "ctest --output-on-failure"]
|
|
||||||
},
|
|
||||||
"osx": {
|
|
||||||
"buildenv": "osx",
|
|
||||||
"builddeps": ["build-essential"],
|
|
||||||
"buildcmd": ["make check"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
[](https://travis-ci.org/nlohmann/json)
|
[](https://travis-ci.org/nlohmann/json)
|
||||||
[](https://ci.appveyor.com/project/nlohmann/json)
|
[](https://ci.appveyor.com/project/nlohmann/json)
|
||||||
[](https://doozer.io/user/nlohmann/json)
|
|
||||||
[](https://coveralls.io/r/nlohmann/json)
|
[](https://coveralls.io/r/nlohmann/json)
|
||||||
[](https://scan.coverity.com/projects/nlohmann-json)
|
[](https://scan.coverity.com/projects/nlohmann-json)
|
||||||
[](http://melpon.org/wandbox/permlink/4NEU6ZZMoM9lpIex)
|
[](http://melpon.org/wandbox/permlink/4NEU6ZZMoM9lpIex)
|
||||||
|
|
Loading…
Add table
Reference in a new issue