json/.doozer.json

16 lines
255 B
JSON
Raw Normal View History

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