mirror of
https://github.com/nlohmann/json.git
synced 2026-02-08 23:32:30 +00:00
👷 trying doozer
This commit is contained in:
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user