json/.doozer.json

16 lines
255 B
JSON
Raw Normal View History

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