From 490c6e926eb4e4ac7b9fc1b1b25f04a92427f715 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 23 Mar 2019 23:27:39 +0100 Subject: [PATCH] :construction_worker: using raspbian --- .doozer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.doozer.json b/.doozer.json index 82b74115..2c9d85f5 100644 --- a/.doozer.json +++ b/.doozer.json @@ -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" ] } }