json/.doozer.json
Niels Lohmann 72dd6f349e
👷 trying doozer
2019-03-23 23:18:27 +01:00

14 lines
227 B
JSON

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