From 2e5208d5cdf735bb7f2588992a2ceb0a63abecdd Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 21 Dec 2016 09:19:53 +0100 Subject: [PATCH] :construction_worker: there is no cmake in the osx image --- .doozer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doozer.json b/.doozer.json index 3781b86d..072270d5 100644 --- a/.doozer.json +++ b/.doozer.json @@ -47,8 +47,8 @@ }, "osx": { "buildenv": "osx", - "builddeps": ["build-essential", "cmake"], - "buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] + "builddeps": ["build-essential"], + "buildcmd": ["make check"] } } }