json/.doozer.json
Niels Lohmann 490c6e926e
👷 using raspbian
2019-03-23 23:27:39 +01:00

16 lines
255 B
JSON

{
"targets": {
"raspbian-jessie": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make",
"ctest"
]
}
}
}