From 72dd6f349ef02bf100f2fc5c192032a99d7e5cd7 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 23 Mar 2019 23:18:27 +0100 Subject: [PATCH] :construction_worker: trying doozer --- .doozer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .doozer.json diff --git a/.doozer.json b/.doozer.json new file mode 100644 index 000000000..3071e682d --- /dev/null +++ b/.doozer.json @@ -0,0 +1,14 @@ +{ + "targets": { + "xenial-amd64": { + "buildenv": "xenial-amd64", + "builddeps": ["build-essential"], + "buildcmd": [ + "mkdir build", + "cd build", + "cmake ..", + "make" + ] + } + } +}