Commit 937cca76 by Niels Lohmann

👷 forgot to install make

parent 91e45a8d
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"fedora24-x86_64": { "fedora24-x86_64": {
"buildenv": "fedora24-x86_64", "buildenv": "fedora24-x86_64",
"builddeps": ["cmake"], "builddeps": ["cmake", "make"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] "buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
}, },
"centos7-x86_64": { "centos7-x86_64": {
......
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