From dcbc028b5be56f6588ae4ac9286fd01142cc4807 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 24 Mar 2019 09:02:46 +0100 Subject: [PATCH] :construction_worker: fixed syntax --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index c0e4cddec..259068797 100644 --- a/.doozer.json +++ b/.doozer.json @@ -24,7 +24,7 @@ "builddeps": ["cmake", "make", "gcc gcc-c++"], "buildcmd": [ "uname -a", - "cd" + "cd", "mkdir build", "cd build", "cmake /project/repo/checkout",