mirror of
https://github.com/nlohmann/json.git
synced 2026-05-09 07:45:23 +00:00
👷 trying doozer
This commit is contained in:
@@ -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