diff --git a/.doozer.json b/.doozer.json index 82b74115a..2c9d85f5d 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" ] } }