From 1178a8152a7bab880c466d1d6be411ce66f59e90 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 20 Dec 2016 19:13:19 +0100 Subject: [PATCH] :construction_worker: using cmake with Doozer --- .doozer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doozer.json b/.doozer.json index 67012d8d..97f52598 100644 --- a/.doozer.json +++ b/.doozer.json @@ -2,8 +2,8 @@ "targets": { "xenial-amd64": { "buildenv": "xenial-amd64", - "builddeps": ["build-essential"], - "buildcmd": ["make check"] + "builddeps": ["build-essential", "cmake"], + "buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"] } } }