👷 there is no cmake in the osx image

This commit is contained in:
Niels Lohmann 2016-12-21 09:19:53 +01:00
parent c6fbd305b0
commit 2e5208d5cd

View File

@ -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"]
} }
} }
} }