mirror of
https://github.com/nlohmann/json
synced 2024-11-10 14:30:08 +00:00
👷 trying doozer
This commit is contained in:
parent
baaa2a4d0f
commit
72dd6f349e
14
.doozer.json
Normal file
14
.doozer.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"targets": {
|
||||
"xenial-amd64": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": ["build-essential"],
|
||||
"buildcmd": [
|
||||
"mkdir build",
|
||||
"cd build",
|
||||
"cmake ..",
|
||||
"make"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user