👷 using raspbian

This commit is contained in:
Niels Lohmann 2019-03-23 23:27:39 +01:00
parent 2fcca259b0
commit 490c6e926e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

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