👷 forgot to install make

This commit is contained in:
Niels Lohmann 2016-12-21 09:54:11 +01:00
parent 91e45a8dd0
commit 937cca762f

View file

@ -37,7 +37,7 @@
},
"fedora24-x86_64": {
"buildenv": "fedora24-x86_64",
"builddeps": ["cmake"],
"builddeps": ["cmake", "make"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
},
"centos7-x86_64": {