json/.doozer.json

15 lines
227 B
JSON
Raw Normal View History

2019-03-23 22:18:27 +00:00
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make"
]
}
}
}