1
0
mirror of https://github.com/nlohmann/json synced 2024-09-20 23:00:12 +00:00

👷 trying doozer

This commit is contained in:
Niels Lohmann 2019-03-23 23:18:27 +01:00
parent baaa2a4d0f
commit 72dd6f349e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

14
.doozer.json Normal file
View File

@ -0,0 +1,14 @@
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make"
]
}
}
}