👷 using raspbian

parent 2fcca259
{ {
"targets": { "targets": {
"xenial-amd64": { "raspbian-jessie": {
"buildenv": "xenial-amd64", "buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"], "builddeps": ["build-essential", "cmake"],
"buildcmd": [ "buildcmd": [
"mkdir build", "mkdir build",
"cd build", "cd build",
"cmake ..", "cmake ..",
"make" "make",
"ctest"
] ]
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment