From 65cdccfa8a13e0952e73fdefaaf5cad04ff15e2a Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 24 Mar 2019 00:36:46 +0100 Subject: [PATCH] :construction_worker: fixed syntax error --- .doozer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doozer.json b/.doozer.json index d1ef850c..bac79dc6 100644 --- a/.doozer.json +++ b/.doozer.json @@ -7,10 +7,10 @@ "uname -a", "wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz", "tar xfz cmake-3.14.0.tar.gz", - "cd cmake-3.14.0" + "cd cmake-3.14.0", "cmake . -DBUILD_TESTING=OFF", "make -j8", - "cd .." + "cd ..", "mkdir build", "cd build", "../../cmake-3.14.0/bin/cmake ..",