Commit 2e5208d5 authored by Niels Lohmann's avatar Niels Lohmann

👷 there is no cmake in the osx image

parent c6fbd305
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
}, },
"osx": { "osx": {
"buildenv": "osx", "buildenv": "osx",
"builddeps": ["build-essential", "cmake"], "builddeps": ["build-essential"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] "buildcmd": ["make check"]
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment