👷 forgot to install make
This commit is contained in:
parent
91e45a8dd0
commit
937cca762f
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue