json/.doozer.json

10 lines
214 B
JSON
Raw Normal View History

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