json/.doozer.json

16 lines
255 B
JSON
Raw Normal View History

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