json/.doozer.json

16 lines
255 B
JSON
Raw Normal View History

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