json/.doozer.json

10 lines
203 B
JSON
Raw Normal View History

2016-12-20 19:06:15 +01:00
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"]
2016-12-20 19:06:15 +01:00
}
}
}