👷 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": {
"buildenv": "osx",
"builddeps": ["build-essential", "cmake"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
"builddeps": ["build-essential"],
"buildcmd": ["make check"]
}
}
}