👷 there is no cmake in the osx image
This commit is contained in:
parent
c6fbd305b0
commit
2e5208d5cd
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue